diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index bc06a3d..b61e88d 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -100,7 +100,7 @@ class TestingProfile : public Profile { virtual SSLHostState* GetSSLHostState() { return NULL; } - virtual net::ForceTLSState* GetForceTLSState() { + virtual net::StrictTransportSecurityState* GetStrictTransportSecurityState() { return NULL; } virtual FaviconService* GetFaviconService(ServiceAccessType access) { |