Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Track Upstream changes.
Browse files Browse the repository at this point in the history
Most of the files related to keycodes have been moved from ui/base/keycodes to
ui/events/keycodes. This patch does the necessary fix to adopt for these changes.

Effecting CL: https://codereview.chromium.org/23480084
  • Loading branch information
kalyankondapally committed Sep 18, 2013
1 parent 2bab4f3 commit b0147c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayland/inputs/kbd_conversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef OZONE_WAYLAND_KBD_CONVERSION_H_
#define OZONE_WAYLAND_KBD_CONVERSION_H_

#include "ui/base/keycodes/keyboard_codes_posix.h"
#include "ui/events/keycodes/keyboard_codes_posix.h"
#include "ui/base/ui_export.h"

namespace ozonewayland {
Expand Down

0 comments on commit b0147c4

Please sign in to comment.