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

Unified Diff: chrome/browser/resources/settings/device_page/display_layout.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/device_page/display_layout.html
diff --git a/chrome/browser/resources/settings/device_page/display_layout.html b/chrome/browser/resources/settings/device_page/display_layout.html
index a68f2e0a3923eeff42f74f1ca0381801a24de66a..64331beebbde0d3d0196ad34821d55b5f4b18ebf 100644
--- a/chrome/browser/resources/settings/device_page/display_layout.html
+++ b/chrome/browser/resources/settings/device_page/display_layout.html
@@ -1,9 +1,9 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-resizable-behavior/iron-resizable-behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-material.html">
-<link rel="import" href="/device_page/drag_behavior.html">
-<link rel="import" href="/device_page/layout_behavior.html">
-<link rel="import" href="/settings_shared_css.html">
+<link rel="import" href="drag_behavior.html">
+<link rel="import" href="layout_behavior.html">
+<link rel="import" href="../settings_shared_css.html">
<dom-module id="display-layout">
<template>

Powered by Google App Engine
This is Rietveld 408576698