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

Unified Diff: chrome/browser/resources/settings/site_settings/category_setting_exceptions.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/category_setting_exceptions.html
diff --git a/chrome/browser/resources/settings/site_settings/category_setting_exceptions.html b/chrome/browser/resources/settings/site_settings/category_setting_exceptions.html
index c3f4b1f6995ffc269fadf6cc5b84e2ffc55c2823..3fe8e0f1f0a7dbf1446d4b352308c67de195ff23 100644
--- a/chrome/browser/resources/settings/site_settings/category_setting_exceptions.html
+++ b/chrome/browser/resources/settings/site_settings/category_setting_exceptions.html
@@ -1,7 +1,7 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="/settings_shared_css.html">
-<link rel="import" href="/site_settings/constants.html">
-<link rel="import" href="/site_settings/site_list.html">
+<link rel="import" href="../settings_shared_css.html">
+<link rel="import" href="constants.html">
+<link rel="import" href="site_list.html">
<dom-module id="category-setting-exceptions">
<template>

Powered by Google App Engine
This is Rietveld 408576698