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_; |