| 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 6eb836b07a822ca3eaa3b178edb41283813f38fa..b6e5d02b46d33eb715648b2a77dead408ad6c318 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -21,6 +21,7 @@ class URLRequestContextGetter;
|
| namespace content {
|
| class DownloadManagerDelegate;
|
| class ResourceContext;
|
| +class SSLHostStateDecisions;
|
| }
|
|
|
| class FakeProfile : public Profile {
|
| @@ -48,6 +49,7 @@ class FakeProfile : public Profile {
|
| virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
| + virtual content::SSLHostStateDecisions* GetSSLHostStateDecisions() OVERRIDE;
|
| virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE;
|
| virtual Profile* GetOffTheRecordProfile() OVERRIDE;
|
| virtual void DestroyOffTheRecordProfile() OVERRIDE;
|
|
|