Index: components/safe_browsing_db/remote_database_manager.cc |
diff --git a/components/safe_browsing_db/remote_database_manager.cc b/components/safe_browsing_db/remote_database_manager.cc |
index adcb0be4c225be0878e9e18e2f5ccb27fce186be..9e861d41601845ba8cd90f7ea38b4480e96bf80f 100644 |
--- a/components/safe_browsing_db/remote_database_manager.cc |
+++ b/components/safe_browsing_db/remote_database_manager.cc |
@@ -94,12 +94,12 @@ void RemoteSafeBrowsingDatabaseManager::ClientRequest::OnRequestDone( |
// TODO(nparker): Add more tests for this class |
RemoteSafeBrowsingDatabaseManager::RemoteSafeBrowsingDatabaseManager() |
- : RemoteSafeBrowsingDatabaseManager(NULL, V4GetHashProtocolConfig()) { |
+ : RemoteSafeBrowsingDatabaseManager(NULL, V4ProtocolConfig()) { |
} |
RemoteSafeBrowsingDatabaseManager::RemoteSafeBrowsingDatabaseManager( |
net::URLRequestContextGetter* request_context_getter, |
- const V4GetHashProtocolConfig& config) |
+ const V4ProtocolConfig& config) |
: SafeBrowsingDatabaseManager(request_context_getter, config), |
enabled_(false) { |
// Decide which resource types to check. These two are the minimum. |