| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 84fa62727b55df2e93880ba5856445a0f04746d8..1f31c8b643b24332d62113fa93ff37b4340ccb3d 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -16,6 +16,7 @@
|
|
|
| namespace content {
|
| class MockResourceContext;
|
| +class SSLHostStateDecisions;
|
| }
|
|
|
| namespace history {
|
| @@ -224,6 +225,7 @@ class TestingProfile : public Profile {
|
| virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
| + virtual content::SSLHostStateDecisions* GetSSLHostStateDecisions() OVERRIDE;
|
|
|
| virtual TestingProfile* AsTestingProfile() OVERRIDE;
|
|
|
|
|