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