| Index: content/public/test/test_browser_context.h
|
| diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
|
| index ea2f5f2716692cfc06ad4256dd4e1ecba83b54e9..99f374a3401e93d9ae36f767342b554e9c95cde6 100644
|
| --- a/content/public/test/test_browser_context.h
|
| +++ b/content/public/test/test_browser_context.h
|
| @@ -64,8 +64,7 @@ class TestBrowserContext : public BrowserContext {
|
| virtual ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| - virtual content::BrowserPluginGuestManagerDelegate*
|
| - GetGuestManagerDelegate() OVERRIDE;
|
| + virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
|
|
| private:
|
|
|