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

Unified Diff: chrome/browser/resources/settings/settings_page_css.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/settings_page_css.html
diff --git a/chrome/browser/resources/settings/settings_page_css.html b/chrome/browser/resources/settings/settings_page_css.html
index aa054b35126542f471a817bc7c501c29db81ed04..07b269dbcb5b7d8a91e69c7c6b4ac8bb702f0889 100644
--- a/chrome/browser/resources/settings/settings_page_css.html
+++ b/chrome/browser/resources/settings/settings_page_css.html
@@ -1,5 +1,5 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="/settings_page/main_page_behavior.html">
+<link rel="import" href="settings_page/main_page_behavior.html">
<dom-module id="settings-page-styles">
<template>

Powered by Google App Engine
This is Rietveld 408576698