Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4534)

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.cc

Issue 2650973005: Componentize ping_manager (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a391b2560a902f9d57d6dbf867a2254c7d9b484c..2ecf2d09f5dcbd4740b732d6729c42d351ee0ecf 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -78,7 +78,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;
@@ -522,7 +521,7 @@ SafeBrowsingService::GetV4ProtocolConfig() const {
return V4ProtocolConfig(
GetProtocolConfigClientName(),
cmdline->HasSwitch(::switches::kDisableBackgroundNetworking),
- google_apis::GetAPIKey(), SafeBrowsingProtocolManagerHelper::Version());
+ google_apis::GetAPIKey(), ProtocolManagerHelper::Version());
}
std::string SafeBrowsingService::GetProtocolConfigClientName() const {
« no previous file with comments | « chrome/browser/safe_browsing/protocol_manager_helper.cc ('k') | chrome/browser/safe_browsing/test_safe_browsing_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698