| Index: chrome/browser/accessibility/invert_bubble_prefs.h
|
| diff --git a/chrome/browser/accessibility/invert_bubble_prefs.h b/chrome/browser/accessibility/invert_bubble_prefs.h
|
| index 94dba93a80a49448b45b7d3a31c95020cf7ca0ab..de190c26c209fffb03ba747a6ee71332ca518b96 100644
|
| --- a/chrome/browser/accessibility/invert_bubble_prefs.h
|
| +++ b/chrome/browser/accessibility/invert_bubble_prefs.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CHROME_BROWSER_ACCESSIBILITY_INVERT_BUBBLE_PREFS_H_
|
| #define CHROME_BROWSER_ACCESSIBILITY_INVERT_BUBBLE_PREFS_H_
|
|
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| namespace chrome {
|
|
|
| -void RegisterInvertBubbleUserPrefs(PrefServiceSyncable* prefs);
|
| +void RegisterInvertBubbleUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| } // namespace chrome
|
|
|
|
|