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

Unified Diff: chrome/renderer/safe_browsing/scorer.h

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/renderer/safe_browsing/scorer.h
diff --git a/chrome/renderer/safe_browsing/scorer.h b/chrome/renderer/safe_browsing/scorer.h
index 6a37c4fcfe7600bcdf2b67a621f0ce58740ea2fc..3403551ce21d94f95f822ece1450b37be96b4be2 100644
--- a/chrome/renderer/safe_browsing/scorer.h
+++ b/chrome/renderer/safe_browsing/scorer.h
@@ -22,7 +22,7 @@
#include "base/containers/hash_tables.h"
#include "base/macros.h"
#include "base/strings/string_piece.h"
-#include "chrome/common/safe_browsing/client_model.pb.h"
+#include "components/safe_browsing/common/client_model.pb.h"
namespace safe_browsing {
class FeatureMap;

Powered by Google App Engine
This is Rietveld 408576698