| 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
|
|
|