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

Unified Diff: content/network/DEPS

Issue 2969463003: Move resource_request.h to content/public/common. (Closed)
Patch Set: +Black Magic 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: content/network/DEPS
diff --git a/content/network/DEPS b/content/network/DEPS
index 0c25a0fadf18bd993faca085607955a59089526f..935a07dcfd21dd392c405cf1cf45b65b2bc62846 100644
--- a/content/network/DEPS
+++ b/content/network/DEPS
@@ -3,7 +3,6 @@ include_rules = [
"+components/network_session_configurator",
"-content",
"+content/common/content_export.h",
- "+content/common/resource_request.h",
"+content/common/net_adapters.h",
"+content/common/network_service.mojom.h",
"+content/common/url_loader.mojom.h",
@@ -12,6 +11,7 @@ include_rules = [
"+content/public/common/content_client.h",
"+content/public/common/content_switches.h",
"+content/public/common/referrer.h",
+ "+content/public/common/resource_request.h",
"+content/public/common/resource_response.h",
"+content/public/common/url_constants.h",
"+services/service_manager/public",

Powered by Google App Engine
This is Rietveld 408576698