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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html

Issue 2664503004: MD Settings: Make all HTML import href's relative. (Closed)
Patch Set: Fix wrong path. 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/bluetooth_page/bluetooth_device_dialog.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
index b4a00c2a93460098e566861fffd1d5c23a65f435..1cb2aeac3b7ffdd7ec1c546a7854196c73091446 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
@@ -7,8 +7,8 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html">
-<link rel="import" href="/bluetooth_page/bluetooth_device_list_item.html">
-<link rel="import" href="/settings_shared_css.html">
+<link rel="import" href="../bluetooth_page/bluetooth_device_list_item.html">
+<link rel="import" href="../settings_shared_css.html">
<dom-module id="bluetooth-device-dialog">
<template>

Powered by Google App Engine
This is Rietveld 408576698