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

Unified Diff: app/keyboard_codes_posix.h

Issue 3165064: Move the keyboard files from base/ to app/. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: latest merge 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_codes.h ('k') | app/keyboard_codes_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_codes_posix.h
diff --git a/base/keyboard_codes_posix.h b/app/keyboard_codes_posix.h
similarity index 97%
rename from base/keyboard_codes_posix.h
rename to app/keyboard_codes_posix.h
index a1b4d57fcb89966d1c1f1615d8ecef008c0ffe3a..666e68ae1841ea0ac0aa7ce6712550caf0e4f4c0 100644
--- a/base/keyboard_codes_posix.h
+++ b/app/keyboard_codes_posix.h
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef BASE_KEYBOARD_CODES_POSIX_H_
-#define BASE_KEYBOARD_CODES_POSIX_H_
+#ifndef APP_KEYBOARD_CODES_POSIX_H_
+#define APP_KEYBOARD_CODES_POSIX_H_
#pragma once
-namespace base {
+namespace app {
typedef enum {
VKEY_BACK = 0x08,
@@ -205,6 +205,6 @@ typedef enum {
VKEY_UNKNOWN = 0
} KeyboardCode;
-} // namespace views
+} // namespace app
-#endif // BASE_KEYBOARD_CODES_POSIX_H_
+#endif // APP_KEYBOARD_CODES_POSIX_H_
« no previous file with comments | « app/keyboard_codes.h ('k') | app/keyboard_codes_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698