| Index: chrome/browser/profiles/profile_impl.h
 | 
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
 | 
| index e972fa5ddb82f51e9a47a30b1749f76bb6903da8..65b014c33e4626477f69b03b7d8be9420b4c98df 100644
 | 
| --- a/chrome/browser/profiles/profile_impl.h
 | 
| +++ b/chrome/browser/profiles/profile_impl.h
 | 
| @@ -99,6 +99,8 @@ class ProfileImpl : public Profile {
 | 
|    virtual content::ResourceContext* GetResourceContext() OVERRIDE;
 | 
|    virtual content::GeolocationPermissionContext*
 | 
|        GetGeolocationPermissionContext() OVERRIDE;
 | 
| +  virtual content::BrowserPluginGuestManagerDelegate*
 | 
| +      GetGuestManagerDelegate() OVERRIDE;
 | 
|    virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
 | 
|  
 | 
|    // Profile implementation:
 | 
| 
 |