diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-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 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; } |