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

Unified Diff: chrome/browser/ui/startup/autolaunch_prompt.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 years 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
Index: chrome/browser/ui/startup/autolaunch_prompt.h
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.h b/chrome/browser/ui/startup/autolaunch_prompt.h
index 5147332e612cdbc9df60da56a0143b46394ba550..3e44059bef2e444c347b96b73b8e8304395546a6 100644
--- a/chrome/browser/ui/startup/autolaunch_prompt.h
+++ b/chrome/browser/ui/startup/autolaunch_prompt.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_
#define CHROME_BROWSER_UI_STARTUP_AUTOLAUNCH_PROMPT_H_
-class PrefService;
+class PrefServiceSyncable;
class Browser;
namespace chrome {
@@ -15,7 +15,7 @@ namespace chrome {
bool ShowAutolaunchPrompt(Browser* browser);
// Registers auto-launch specific prefs.
-void RegisterAutolaunchPrefs(PrefService* prefs);
+void RegisterAutolaunchPrefs(PrefServiceSyncable* prefs);
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698