| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index c2256a62a76ce9f613affdf969223bc7ef31fd40..2ef6f88809ac916b405cb9d652741d23dbe072b4 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -77,7 +77,6 @@
|
| #include "chrome/browser/safe_browsing/incident_reporting/resource_request_detector.h"
|
| #include "chrome/browser/safe_browsing/incident_reporting/variations_seed_signature_analyzer.h"
|
| #include "chrome/browser/safe_browsing/protocol_manager.h"
|
| -#include "chrome/browser/safe_browsing/protocol_manager_helper.h"
|
| #endif
|
|
|
| using content::BrowserThread;
|
| @@ -523,7 +522,7 @@ SafeBrowsingService::GetV4ProtocolConfig() const {
|
| return V4ProtocolConfig(
|
| GetProtocolConfigClientName(),
|
| cmdline->HasSwitch(::switches::kDisableBackgroundNetworking),
|
| - google_apis::GetAPIKey(), SafeBrowsingProtocolManagerHelper::Version());
|
| + google_apis::GetAPIKey(), Version());
|
| }
|
|
|
| std::string SafeBrowsingService::GetProtocolConfigClientName() const {
|
|
|