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..272841ccf95af74634c464ee910acfcfb90b7a5e 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -16,6 +16,7 @@ |
namespace content { |
class MockResourceContext; |
+class SSLHostStateDelegate; |
} |
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::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE; |
virtual TestingProfile* AsTestingProfile() OVERRIDE; |