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

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

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references 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/permission_reporter.cc
diff --git a/chrome/browser/safe_browsing/permission_reporter.cc b/chrome/browser/safe_browsing/permission_reporter.cc
index ba00b2fdd80a61e68b07177db25b2439920c962d..4c8103048a04770cf6fee75e594b9f5c083c2684 100644
--- a/chrome/browser/safe_browsing/permission_reporter.cc
+++ b/chrome/browser/safe_browsing/permission_reporter.cc
@@ -10,7 +10,7 @@
#include "base/memory/ptr_util.h"
#include "base/time/default_clock.h"
#include "chrome/browser/permissions/permission_request.h"
-#include "chrome/common/safe_browsing/permission_report.pb.h"
+#include "components/safe_browsing/common/permission_report.pb.h"
#include "components/variations/active_field_trials.h"
#include "net/url_request/report_sender.h"

Powered by Google App Engine
This is Rietveld 408576698