| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index fa93c36468ce624e19325e94f6d7ece29ed659a9..135887fe675fc0d32f7a0ebb6c0f64ae614d5eb7 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -20,7 +20,6 @@ class URLRequestContextGetter;
|
|
|
| namespace content {
|
| class DownloadManagerDelegate;
|
| -class GeolocationPermissionContext;
|
| class ResourceContext;
|
| }
|
|
|
| @@ -67,8 +66,6 @@ class FakeProfile : public Profile {
|
| int render_view_id,
|
| const GURL& origin) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| - virtual content::GeolocationPermissionContext*
|
| - GetGeolocationPermissionContext() OVERRIDE;
|
| virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
|
|