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

Unified Diff: chrome/browser/net/predictor.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/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 5ed5c21cbe1bf817365074e9b9a0a9e46cde5010..66a2ff61aae36516b0506d3d4be8232d97bf197b 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -48,6 +48,7 @@ class URLRequestContextGetter;
class IOThread;
class PrefService;
+class PrefServiceSyncable;
class Profile;
namespace chrome_browser_net {
@@ -101,7 +102,7 @@ class Predictor {
static Predictor* CreatePredictor(bool preconnect_enabled,
bool simple_shutdown);
- static void RegisterUserPrefs(PrefService* user_prefs);
+ static void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
// ------------- Start UI thread methods.

Powered by Google App Engine
This is Rietveld 408576698