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

Unified Diff: chrome/browser/resources/md_user_manager/supervised_user_learn_more.html

Issue 2053723002: MD User Manager: Overhaul Urls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-locked-dialogs
Patch Set: Changed Urls for html resources to root-relative Urls Created 4 years, 6 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/md_user_manager/supervised_user_learn_more.html
diff --git a/chrome/browser/resources/md_user_manager/supervised_user_learn_more.html b/chrome/browser/resources/md_user_manager/supervised_user_learn_more.html
index 75fc6e13f1104cf06eb3c0c3879ca8b6faf793ef..44c0708b6a48c8e1ec992b3431ca2fbabae0b870 100644
--- a/chrome/browser/resources/md_user_manager/supervised_user_learn_more.html
+++ b/chrome/browser/resources/md_user_manager/supervised_user_learn_more.html
@@ -1,12 +1,12 @@
-<link rel="import" href="chrome://md-user-manager/icons.html">
-<link rel="import" href="chrome://md-user-manager/shared_styles.html">
+<link rel="import" href="/icons.html">
+<link rel="import" href="/shared_styles.html">
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<dom-module id="supervised-user-learn-more">
<template>
- <style include="shared-styles">
+ <style include="shared-styles iron-flex iron-flex-alignment">
:host {
align-self: center;
}
@@ -61,5 +61,5 @@
</div>
</div>
</template>
- <script src="chrome://md-user-manager/supervised_user_learn_more.js"></script>
+ <script src="supervised_user_learn_more.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698