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

Unified Diff: chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html

Issue 2664503004: MD Settings: Make all HTML import href's relative. (Closed)
Patch Set: resolve more conflicts Created 3 years, 11 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: chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html
diff --git a/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html b/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html
index f013afafd23bdc5e45638950052f30602b403401..a9d7fd711e45e584bd211a3ecceb86b729cb47ab 100644
--- a/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html
+++ b/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.html
@@ -1,3 +1,3 @@
-<link rel="import" href="/site_settings/site_settings_behavior.html">
-<link rel="import" href="/site_settings/site_settings_prefs_browser_proxy.html">
+<link rel="import" href="site_settings_behavior.html">
+<link rel="import" href="site_settings_prefs_browser_proxy.html">
<script src="cookie_tree_behavior.js"></script>

Powered by Google App Engine
This is Rietveld 408576698