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

Unified Diff: content/browser/DEPS

Issue 7044013: Drop url_constants dependency in content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot null check Created 9 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: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index ab77254211c493cd16fb06dce48e0f6448102135..11ecfedc2f710ba875910af8a0b445f7945809e6 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -101,7 +101,6 @@ include_rules = [
"+chrome/common/chrome_paths.h",
"+chrome/common/logging_chrome.h",
"+chrome/common/render_messages.h",
- "+chrome/common/url_constants.h",
"+chrome/common/net/url_fetcher.h",
@@ -121,4 +120,5 @@ include_rules = [
"+chrome/browser/ui/cocoa/find_pasteboard.h",
"+chrome/browser/ui/tab_contents/tab_contents_wrapper.h",
"+chrome/common/net/test_url_fetcher_factory.h",
+ "+chrome/common/url_constants.h",
jam 2011/05/18 22:12:29 are there many tests that use this? can we move t
Avi (use Gerrit) 2011/05/18 22:13:59 Already fixed.
]

Powered by Google App Engine
This is Rietveld 408576698