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

Unified Diff: app/keyboard_codes_win.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_posix.h ('k') | app/menus/accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_codes_win.h
diff --git a/base/keyboard_codes_win.h b/app/keyboard_codes_win.h
similarity index 96%
rename from base/keyboard_codes_win.h
rename to app/keyboard_codes_win.h
index 58939476c0a842a61e4ecc57212611c527658156..7c76dfd540e74ba135a6c9dedf2d50bfdbacea17 100644
--- a/base/keyboard_codes_win.h
+++ b/app/keyboard_codes_win.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_KEYBOARD_CODES_WIN_H_
-#define BASE_KEYBOARD_CODES_WIN_H_
+#ifndef APP_KEYBOARD_CODES_WIN_H_
+#define APP_KEYBOARD_CODES_WIN_H_
#pragma once
#include <windows.h>
-namespace base {
+namespace app {
typedef enum {
VKEY_BACK = VK_BACK,
@@ -181,6 +181,6 @@ typedef enum {
VKEY_UNKNOWN = 0
} KeyboardCode;
-} // namespace base
+} // namespace app
-#endif // BASE_KEYBOARD_CODES_WIN_H_
+#endif // APP_KEYBOARD_CODES_WIN_H_
« no previous file with comments | « app/keyboard_codes_posix.h ('k') | app/menus/accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698