| Index: components/safe_browsing_db/remote_database_manager.h
|
| diff --git a/components/safe_browsing_db/remote_database_manager.h b/components/safe_browsing_db/remote_database_manager.h
|
| index 143902c9827cd4b3e8ce18c728a8b25a49050296..04585daf3261f1cb70849e380c18d381c460b4b0 100644
|
| --- a/components/safe_browsing_db/remote_database_manager.h
|
| +++ b/components/safe_browsing_db/remote_database_manager.h
|
| @@ -24,7 +24,7 @@ class URLRequestContextGetter;
|
|
|
| namespace safe_browsing {
|
|
|
| -struct V4GetHashProtocolConfig;
|
| +struct V4ProtocolConfig;
|
|
|
| // An implementation that proxies requests to a service outside of Chromium.
|
| // Does not manage a local database.
|
| @@ -37,7 +37,7 @@ class RemoteSafeBrowsingDatabaseManager : public SafeBrowsingDatabaseManager {
|
| // Must be initialized by calling StartOnIOThread() before using.
|
| RemoteSafeBrowsingDatabaseManager(
|
| net::URLRequestContextGetter* request_context_getter,
|
| - const V4GetHashProtocolConfig& config);
|
| + const V4ProtocolConfig& config);
|
|
|
| //
|
| // SafeBrowsingDatabaseManager implementation
|
|
|