| Index: chrome/browser/safe_browsing/test_safe_browsing_service.h
|
| diff --git a/chrome/browser/safe_browsing/test_safe_browsing_service.h b/chrome/browser/safe_browsing/test_safe_browsing_service.h
|
| index facf791b83e2b0acad4529814245db6c0eeeb089..36255e1c734d441f11b2f06e13a07e0fef129ce4 100644
|
| --- a/chrome/browser/safe_browsing/test_safe_browsing_service.h
|
| +++ b/chrome/browser/safe_browsing/test_safe_browsing_service.h
|
| @@ -61,6 +61,9 @@ class TestSafeBrowsingService : public SafeBrowsingService {
|
| void SetProtocolConfig(SafeBrowsingProtocolConfig* protocol_config);
|
| void SetV4ProtocolConfig(V4ProtocolConfig* v4_protocol_config);
|
|
|
| + const scoped_refptr<SafeBrowsingDatabaseManager>& v4_local_database_manager()
|
| + const override;
|
| +
|
| protected:
|
| // SafeBrowsingService overrides
|
| ~TestSafeBrowsingService() override;
|
|
|