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

Unified Diff: chrome/browser/accessibility/invert_bubble_prefs.cc

Issue 10689057: browser: Put more files in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/accessibility/invert_bubble_prefs.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/accessibility/invert_bubble_prefs.cc
diff --git a/chrome/browser/accessibility/invert_bubble_prefs.cc b/chrome/browser/accessibility/invert_bubble_prefs.cc
index 130696628ab749ad2b1398908b096da7ed5fa512..7bb6dbb4bf936f33b4d357b31f3c35efd6769090 100644
--- a/chrome/browser/accessibility/invert_bubble_prefs.cc
+++ b/chrome/browser/accessibility/invert_bubble_prefs.cc
@@ -7,7 +7,7 @@
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/pref_names.h"
-namespace browser {
+namespace chrome {
void RegisterInvertBubbleUserPrefs(PrefService* prefs) {
prefs->RegisterBooleanPref(prefs::kInvertNotificationShown,
@@ -15,4 +15,4 @@ void RegisterInvertBubbleUserPrefs(PrefService* prefs) {
PrefService::UNSYNCABLE_PREF);
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/accessibility/invert_bubble_prefs.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698