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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_host_unittest.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/client_side_detection_host_unittest.cc
diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
index dff9a32016003e8661416d70731198f2c6dee0eb..da5db6820379ac30ebca870f1b57e7956acdc3f1 100644
--- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
+++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
@@ -21,6 +21,7 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
#include "chrome/test/base/testing_profile.h"
+#include "components/safe_browsing/common/csd.pb.h"
#include "components/safe_browsing/common/safebrowsing_messages.h"
#include "components/safe_browsing/csd.pb.h"
Jialiu Lin 2017/03/13 18:57:54 remove #include "components/safe_browsing/csd.pb.h
timvolodine 2017/03/13 20:08:44 Done.
#include "components/safe_browsing_db/database_manager.h"

Powered by Google App Engine
This is Rietveld 408576698