| Index: chrome/browser/resources/settings/controls/controlled_button.html
|
| diff --git a/chrome/browser/resources/settings/controls/controlled_button.html b/chrome/browser/resources/settings/controls/controlled_button.html
|
| index 3f13f70055397f976550cff416b2362376f4756e..7f4e69d4bded78e4317fee1dea523a7e3220b356 100644
|
| --- a/chrome/browser/resources/settings/controls/controlled_button.html
|
| +++ b/chrome/browser/resources/settings/controls/controlled_button.html
|
| @@ -4,9 +4,9 @@
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_indicator_behavior.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_behavior.html">
|
| <link rel="import" href="chrome://resources/cr_elements/policy/cr_policy_pref_indicator.html">
|
| -<link rel="import" href="/controls/pref_control_behavior.html">
|
| -<link rel="import" href="/i18n_setup.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="pref_control_behavior.html">
|
| +<link rel="import" href="../i18n_setup.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="controlled-button">
|
| <template>
|
|
|