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

Unified Diff: chrome/browser/ui/views/accelerator_table.cc

Issue 10698111: browser: Move more files into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « chrome/browser/ui/views/accelerator_table.h ('k') | chrome/browser/ui/views/accelerator_table_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/accelerator_table.cc
diff --git a/chrome/browser/ui/views/accelerator_table.cc b/chrome/browser/ui/views/accelerator_table.cc
index b474f8378656f5f9d3ef07baac59502eac0598e8..8e12078b8819ed279bd082abeec5e616264277e8 100644
--- a/chrome/browser/ui/views/accelerator_table.cc
+++ b/chrome/browser/ui/views/accelerator_table.cc
@@ -7,9 +7,8 @@
#include "base/basictypes.h"
#include "chrome/app/chrome_command_ids.h"
#include "ui/base/events.h"
-#include "ui/base/keycodes/keyboard_codes.h"
-namespace browser {
+namespace chrome {
// NOTE: Keep this list in the same (mostly-alphabetical) order as
// the Windows accelerators in ../../app/chrome_dll.rc.
@@ -150,4 +149,4 @@ const AcceleratorMapping kAcceleratorMap[] = {
const size_t kAcceleratorMapLength = arraysize(kAcceleratorMap);
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/views/accelerator_table.h ('k') | chrome/browser/ui/views/accelerator_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698