| Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| index 8f82383f5b5e6498e1ad9194cc01b77568c34a5a..9bbb3b1a578424bd4cdd168e2aea239114c7bb55 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| @@ -92,6 +92,8 @@ class FakeSafeBrowsingService : public SafeBrowsingService {
|
| return mock_database_manager_;
|
| }
|
|
|
| + virtual void RegisterAllDelayedAnalysis() OVERRIDE { }
|
| +
|
| private:
|
| MockSafeBrowsingDatabaseManager* mock_database_manager_;
|
|
|
|
|