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

Unified Diff: chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc

Issue 2936773002: Move safe_browsing.mojom into components/safe_browsing. (Closed)
Patch Set: merge Created 3 years, 6 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/safe_browsing_url_loader_throttle.cc
diff --git a/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc b/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
index 514acc9198f45cfeeb0716b0dfeeaeee7f07e9b8..16837d579b66681121b2b00c83bed23619377a54 100644
--- a/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
+++ b/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
@@ -11,7 +11,7 @@
namespace safe_browsing {
SafeBrowsingURLLoaderThrottle::SafeBrowsingURLLoaderThrottle(
- chrome::mojom::SafeBrowsing* safe_browsing,
+ mojom::SafeBrowsing* safe_browsing,
int render_frame_id)
: safe_browsing_(safe_browsing),
render_frame_id_(render_frame_id),
« no previous file with comments | « chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.h ('k') | components/safe_browsing/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698