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

Unified Diff: components/safe_browsing/browser/DEPS

Issue 2901213004: Componentize safe_browsing: factor out SafeBrowsingURLRequestContextGetter. (Closed)
Patch Set: cleanup includes Created 3 years, 7 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: components/safe_browsing/browser/DEPS
diff --git a/components/safe_browsing/browser/DEPS b/components/safe_browsing/browser/DEPS
index 2d185a13fe58f867e48db192d81337c6a7d4b69e..37c9112349168641175ed4b7411f23f62872b307 100644
--- a/components/safe_browsing/browser/DEPS
+++ b/components/safe_browsing/browser/DEPS
@@ -2,6 +2,9 @@ include_rules = [
"+components/history/core/browser",
"+components/safe_browsing/csd.pb.h",
"+content/public/browser",
+ "+net/cookies",
+ "+net/extras",
"+net/http",
+ "+net/ssl",
"+net/traffic_annotation",
]

Powered by Google App Engine
This is Rietveld 408576698