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

Unified Diff: app/keyboard_code_conversion.cc

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.h ('k') | app/keyboard_code_conversion_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/keyboard_code_conversion.cc
diff --git a/base/keyboard_code_conversion.cc b/app/keyboard_code_conversion.cc
similarity index 98%
rename from base/keyboard_code_conversion.cc
rename to app/keyboard_code_conversion.cc
index 31f3c1468e702511cda953efa9a729a88619cacd..00f3c8300e9bd40f1d34dcc621c10c1b45360033 100644
--- a/base/keyboard_code_conversion.cc
+++ b/app/keyboard_code_conversion.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/keyboard_code_conversion.h"
+#include "app/keyboard_code_conversion.h"
#include <string.h>
-#include "base/keyboard_codes.h"
+#include "app/keyboard_codes.h"
-namespace base {
+namespace app {
namespace {
@@ -293,4 +293,4 @@ KeyboardCode KeyCodeFromKeyIdentifier(const std::string& key_identifier) {
return id->key_code;
}
-} // namespace base
+} // namespace app
« no previous file with comments | « app/keyboard_code_conversion.h ('k') | app/keyboard_code_conversion_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698