| 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 6b09bd4bba8f9e756eaa7a8cbbd46b2ef39d4309..2ebc061fea7f8884a0e473951569576de130e8b6 100644
 | 
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
 | 
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
 | 
| @@ -49,6 +49,7 @@ class OffTheRecordProfileImpl : public Profile,
 | 
|    virtual HistoryService* GetHistoryService(ServiceAccessType sat) OVERRIDE;
 | 
|    virtual HistoryService* GetHistoryServiceWithoutCreating() OVERRIDE;
 | 
|    virtual FaviconService* GetFaviconService(ServiceAccessType sat) OVERRIDE;
 | 
| +  virtual policy::UserCloudPolicyManager* GetUserCloudPolicyManager() OVERRIDE;
 | 
|    virtual policy::PolicyService* GetPolicyService() OVERRIDE;
 | 
|    virtual PrefService* GetPrefs() OVERRIDE;
 | 
|    virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
 | 
| 
 |