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

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

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again; base::File changes conflicted. Created 7 years, 10 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 | « no previous file | chrome/browser/accessibility/invert_bubble_prefs.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.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
« no previous file with comments | « no previous file | chrome/browser/accessibility/invert_bubble_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698