Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2575)

Unified Diff: app/keyboard_code_conversion_gtk.h

Issue 3354005: Re-lands 58186: (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/keyboard_code_conversion.cc ('k') | app/keyboard_code_conversion_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_code_conversion_gtk.h
diff --git a/base/keyboard_code_conversion_gtk.h b/app/keyboard_code_conversion_gtk.h
similarity index 84%
rename from base/keyboard_code_conversion_gtk.h
rename to app/keyboard_code_conversion_gtk.h
index 4095b4a28b0fd0afce7ccd1712bb22a7705e648c..45305622aa1a22331f7dc3f9f855250dfe49a0e3 100644
--- a/base/keyboard_code_conversion_gtk.h
+++ b/app/keyboard_code_conversion_gtk.h
@@ -33,18 +33,18 @@
// WindowsKeyCodeForGdkKeyCode is copied from platform/gtk/KeyEventGtk.cpp
-#ifndef BASE_KEYBOARD_CODE_CONVERSION_GTK_H_
-#define BASE_KEYBOARD_CODE_CONVERSION_GTK_H_
+#ifndef APP_KEYBOARD_CODE_CONVERSION_GTK_H_
+#define APP_KEYBOARD_CODE_CONVERSION_GTK_H_
#pragma once
-#include "base/keyboard_codes_posix.h"
+#include "app/keyboard_codes_posix.h"
-namespace base {
+namespace app {
-base::KeyboardCode WindowsKeyCodeForGdkKeyCode(int keycode);
+app::KeyboardCode WindowsKeyCodeForGdkKeyCode(int keycode);
-int GdkKeyCodeForWindowsKeyCode(base::KeyboardCode keycode, bool shift);
+int GdkKeyCodeForWindowsKeyCode(app::KeyboardCode keycode, bool shift);
} // namespace
-#endif // BASE_KEYBOARD_CODE_CONVERSION_GTK_H_
+#endif // APP_KEYBOARD_CODE_CONVERSION_GTK_H_
« no previous file with comments | « app/keyboard_code_conversion.cc ('k') | app/keyboard_code_conversion_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698