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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_entry.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/certificate_manager_page/certificate_entry.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
index 9620696d5820ab440788f3caa6cdf3b930d3633e..ee0f93a79cbf96c870bcaf5f17b2b9fe9433c391 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
@@ -1,9 +1,9 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="/certificate_manager_page/certificates_browser_proxy.html">
<link rel="import" href="chrome://resources/cr_elements/cr_expand_button/cr_expand_button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-collapse/iron-collapse.html">
-<link rel="import" href="/settings_shared_css.html">
-<link rel="import" href="/certificate_manager_page/certificate_subentry.html">
+<link rel="import" href="certificates_browser_proxy.html">
+<link rel="import" href="../settings_shared_css.html">
+<link rel="import" href="certificate_subentry.html">
<dom-module id="settings-certificate-entry">
<template>

Powered by Google App Engine
This is Rietveld 408576698