| 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>
|
|
|