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 a2fce4af0802419092da7eabd5a1e5edeb121629..1106dcc26e647b75507ff6b8591c67f50e42a2d0 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile.h |
+++ b/chrome/browser/ui/app_list/test/fake_profile.h |
@@ -54,6 +54,7 @@ class FakeProfile : public Profile { |
content::SSLHostStateDelegate* GetSSLHostStateDelegate() override; |
content::PermissionManager* GetPermissionManager() override; |
content::BackgroundSyncController* GetBackgroundSyncController() override; |
+ content::ChooserPermissionManager* GetChooserPermissionManager() override; |
scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() override; |
Profile* GetOffTheRecordProfile() override; |
void DestroyOffTheRecordProfile() override; |