summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 37c35ea..b7f5ed8 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -145,7 +145,7 @@ class TestingProfile : public Profile {
return NULL;
}
virtual net::SSLConfigService* GetSSLConfigService() { return NULL; }
- virtual Blacklist* GetBlacklist() { return NULL; }
+ virtual BlacklistManager* GetBlacklistManager() { return NULL; }
void set_session_service(SessionService* session_service) {
session_service_ = session_service;
}