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

Unified Diff: chrome/browser/sync/glue/session_model_associator.h

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. 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/sync/glue/session_model_associator.h
diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h
index 2927cf1818093225e518f6523d380d83a452d0f7..08f390e680000955e39202f753bc93765ee90713 100644
--- a/chrome/browser/sync/glue/session_model_associator.h
+++ b/chrome/browser/sync/glue/session_model_associator.h
@@ -28,7 +28,7 @@
#include "googleurl/src/gurl.h"
#include "sync/internal_api/public/base/model_type.h"
-class Prefservice;
+class PrefServiceSyncable;
class Profile;
class ProfileSyncService;
@@ -415,7 +415,7 @@ class SessionModelAssociator
Profile* const profile_;
// Pref service. Used to persist the session sync guid. Weak pointer.
- PrefService* const pref_service_;
+ PrefServiceSyncable* const pref_service_;
DataTypeErrorHandler* error_handler_;
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_factory.cc ('k') | chrome/browser/sync/glue/session_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698