| Index: chrome/browser/profiles/off_the_record_profile_impl.h
 | 
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
 | 
| index 87c7095d975d2615418466b5d9fd12d015a048ed..378a15f21e7d271152763149b5f04114bc53e8b0 100644
 | 
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
 | 
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
 | 
| @@ -46,8 +46,8 @@ class OffTheRecordProfileImpl : public Profile,
 | 
|    virtual policy::ManagedModePolicyProvider*
 | 
|        GetManagedModePolicyProvider() OVERRIDE;
 | 
|    virtual policy::PolicyService* GetPolicyService() OVERRIDE;
 | 
| -  virtual PrefService* GetPrefs() OVERRIDE;
 | 
| -  virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
 | 
| +  virtual PrefServiceSyncable* GetPrefs() OVERRIDE;
 | 
| +  virtual PrefServiceSyncable* GetOffTheRecordPrefs() OVERRIDE;
 | 
|    virtual net::URLRequestContextGetter*
 | 
|        GetRequestContextForExtensions() OVERRIDE;
 | 
|    virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition(
 | 
| @@ -129,7 +129,7 @@ class OffTheRecordProfileImpl : public Profile,
 | 
|    Profile* profile_;
 | 
|  
 | 
|    // Weak pointer owned by |profile_|.
 | 
| -  PrefService* prefs_;
 | 
| +  PrefServiceSyncable* prefs_;
 | 
|  
 | 
|    OffTheRecordProfileIOData::Handle io_data_;
 | 
|  
 | 
| 
 |