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

Unified Diff: components/history/core/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 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: components/history/core/DEPS
diff --git a/components/history/core/DEPS b/components/history/core/DEPS
index 062cbace53c021097f890eccd0a3c382b23c8b90..636e20010557fc564e262aba9243bd899cbd0086 100644
--- a/components/history/core/DEPS
+++ b/components/history/core/DEPS
@@ -2,4 +2,6 @@ include_rules = [
# history is a layered-component, forbid dependency on //content
"-components/history/content",
"-content",
+
+ "+components/url_formatter",
]

Powered by Google App Engine
This is Rietveld 408576698