| 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 fe3873a3014c41ea60e140b93e2523b9eb67dbda..a295cf4da775b86d8cda1e5a9e7865386a59402a 100644
|
| --- a/chrome/browser/accessibility/invert_bubble_prefs.cc
|
| +++ b/chrome/browser/accessibility/invert_bubble_prefs.cc
|
| @@ -9,10 +9,11 @@
|
|
|
| namespace chrome {
|
|
|
| -void RegisterInvertBubbleUserPrefs(PrefRegistrySyncable* registry) {
|
| - registry->RegisterBooleanPref(prefs::kInvertNotificationShown,
|
| - false,
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| +void RegisterInvertBubbleUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| + registry->RegisterBooleanPref(
|
| + prefs::kInvertNotificationShown,
|
| + false,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| } // namespace chrome
|
|
|