Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 7956e02e5246a6b9660071a8cb14e548e0ced412..21e41bc788c0e59f714c69ac7beb20559613b38e 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -82,6 +82,8 @@ class ProfileImpl : public Profile { |
storage::SpecialStoragePolicy* GetSpecialStoragePolicy() override; |
content::PushMessagingService* GetPushMessagingService() override; |
content::SSLHostStateDelegate* GetSSLHostStateDelegate() override; |
+ content::BrowsingDataRemoverDelegate* GetBrowsingDataRemoverDelegate() |
+ override; |
content::PermissionManager* GetPermissionManager() override; |
content::BackgroundSyncController* GetBackgroundSyncController() override; |
net::URLRequestContextGetter* CreateRequestContext( |