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

Unified Diff: app/keyboard_code_conversion_mac.mm

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_code_conversion_mac.h ('k') | app/keyboard_code_conversion_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_code_conversion_mac.mm
diff --git a/base/keyboard_code_conversion_mac.mm b/app/keyboard_code_conversion_mac.mm
similarity index 99%
rename from base/keyboard_code_conversion_mac.mm
rename to app/keyboard_code_conversion_mac.mm
index 79c1b1930c8de5f875cb18e95d9b07bfeade9e16..d4df0bdb14c2d20ec05b518ae59bba2ff75513ea 100644
--- a/base/keyboard_code_conversion_mac.mm
+++ b/app/keyboard_code_conversion_mac.mm
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "base/keyboard_code_conversion_mac.h"
+#import "app/keyboard_code_conversion_mac.h"
#include <algorithm>
#import <Carbon/Carbon.h>
-#include "base/logging.h"
+#include "app/logging.h"
-namespace base {
+namespace app {
namespace {
@@ -290,4 +290,4 @@ int MacKeyCodeForWindowsKeyCode(KeyboardCode keycode,
return macKeycode;
}
-} // namespace base
+} // namespace app
« no previous file with comments | « app/keyboard_code_conversion_mac.h ('k') | app/keyboard_code_conversion_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698