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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_dialog.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/user_manager_dialog.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_dialog.html b/chrome/browser/resources/md_user_manager/user_manager_dialog.html
index 6f2ac84649f8fcf397ece7710195869acb342baa..cc9b840f79453cbe49e901ab1903530d7949a8b4 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_dialog.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_dialog.html
@@ -1,14 +1,14 @@
-<link rel="import" href="chrome://md-user-manager/shared_styles.html">
+<link rel="import" href="/shared_styles.html">
<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/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-dialog-behavior/paper-dialog-behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog-behavior/paper-dialog-shared-styles.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<dom-module id="user-manager-dialog">
<template>
- <style include="shared-styles paper-dialog-shared-styles">
+ <style include="shared-styles paper-dialog-shared-styles iron-flex iron-flex-alignment">
:host {
--paper-dialog: {
border-radius: 2px;
@@ -72,5 +72,5 @@
<content select=".body"></content>
<content select=".footer"></content>
</template>
- <script src="chrome://md-user-manager/user_manager_dialog.js"></script>
+ <script src="user_manager_dialog.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698