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

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

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix ipc_protobuf issue in test Created 3 years, 9 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/download_protection_service.cc
diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
index 1a199a0345a395e9bef994dce1f36679f3110b9c..77067f43002bd38a7c17b5c2c5f19c700c3cd180 100644
--- a/chrome/browser/safe_browsing/download_protection_service.cc
+++ b/chrome/browser/safe_browsing/download_protection_service.cc
@@ -53,6 +53,7 @@
#include "components/google/core/browser/google_util.h"
#include "components/history/core/browser/history_service.h"
#include "components/prefs/pref_service.h"
+#include "components/safe_browsing/common/csd.pb.h"
#include "components/safe_browsing/common/safebrowsing_switches.h"
#include "components/safe_browsing/csd.pb.h"
Jialiu Lin 2017/03/13 18:57:54 Remove "#include "components/safe_browsing/csd.pb.
timvolodine 2017/03/13 20:08:44 Done.
#include "components/safe_browsing_db/safe_browsing_prefs.h"

Powered by Google App Engine
This is Rietveld 408576698