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

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

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 | « chrome/browser/ui/startup/autolaunch_prompt.h ('k') | chrome/browser/ui/startup/autolaunch_prompt_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/autolaunch_prompt.cc
diff --git a/chrome/browser/ui/startup/autolaunch_prompt.cc b/chrome/browser/ui/startup/autolaunch_prompt.cc
index 8e9736356f075a39abc29a624ba46a317901b2ca..ed05494d80bb846f7bd6a1ddf71555aeb78ad4c1 100644
--- a/chrome/browser/ui/startup/autolaunch_prompt.cc
+++ b/chrome/browser/ui/startup/autolaunch_prompt.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/ui/startup/autolaunch_prompt.h"
+#include "chrome/browser/prefs/pref_registry_syncable.h"
+
namespace chrome {
bool ShowAutolaunchPrompt(Browser* browser) {
@@ -11,7 +13,7 @@ bool ShowAutolaunchPrompt(Browser* browser) {
return false;
}
-void RegisterAutolaunchUserPrefs(PrefServiceSyncable* prefs) {
+void RegisterAutolaunchUserPrefs(PrefRegistrySyncable* registry) {
// Autolaunch is only implemented on Windows right now.
}
« no previous file with comments | « chrome/browser/ui/startup/autolaunch_prompt.h ('k') | chrome/browser/ui/startup/autolaunch_prompt_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698