| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 37c35ea3536dfd7a1a1872f822f68c09e21263e4..b7f5ed8f22fe9c682e93ba057f0832c69c6b0783 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;
|
| }
|
|
|