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

Unified Diff: app/keyboard_codes.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_win.cc ('k') | app/keyboard_codes_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_codes.h
diff --git a/base/keyboard_codes.h b/app/keyboard_codes.h
similarity index 62%
rename from base/keyboard_codes.h
rename to app/keyboard_codes.h
index b154ab88ae5b6edcf7ebcf98b5a097d4fb3a12d1..33e983baf0fcec4d082f2704ee1e5ee5fb8d0116 100644
--- a/base/keyboard_codes.h
+++ b/app/keyboard_codes.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_KEYBOARD_CODES_H_
-#define BASE_KEYBOARD_CODES_H_
+#ifndef APP_KEYBOARD_CODES_H_
+#define APP_KEYBOARD_CODES_H_
#pragma once
#include "build/build_config.h"
#if defined(OS_WIN)
-#include "base/keyboard_codes_win.h"
+#include "app/keyboard_codes_win.h"
#elif defined(USE_X11) || defined(OS_MACOSX)
-#include "base/keyboard_codes_posix.h"
+#include "app/keyboard_codes_posix.h"
#endif
-#endif // BASE_KEYBOARD_CODES_H_
+#endif // APP_KEYBOARD_CODES_H_
« no previous file with comments | « app/keyboard_code_conversion_win.cc ('k') | app/keyboard_codes_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698