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

Unified Diff: third_party/WebKit/Source/platform/network/DEPS

Issue 2799593002: Rewrite references to "wtf/" to "platform/wtf/" in platform/network. (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/platform/network/DEPS
diff --git a/third_party/WebKit/Source/platform/network/DEPS b/third_party/WebKit/Source/platform/network/DEPS
index 702968f849ecc63da08d3b350b4ff79467454eed..5ae16c42b71ef8c169ca4bcc9edf4f9263ae645b 100644
--- a/third_party/WebKit/Source/platform/network/DEPS
+++ b/third_party/WebKit/Source/platform/network/DEPS
@@ -8,4 +8,7 @@ include_rules = [
"+net/http",
# For URLRequestDataJob::BuildResponse().
"+net/url_request/url_request_data_job.h",
+
+ # Use platform/wtf/ now (see crbug.com/691465).
+ "-wtf/",
]

Powered by Google App Engine
This is Rietveld 408576698