| Index: chrome/browser/resources/settings/controls/extension_controlled_indicator.html
|
| diff --git a/chrome/browser/resources/settings/controls/extension_controlled_indicator.html b/chrome/browser/resources/settings/controls/extension_controlled_indicator.html
|
| index e67aee5f796760a0a9071a0e873462cad0bda042..1d9f52058a2b86b075eb1b0621be099145a2b166 100644
|
| --- a/chrome/browser/resources/settings/controls/extension_controlled_indicator.html
|
| +++ b/chrome/browser/resources/settings/controls/extension_controlled_indicator.html
|
| @@ -1,9 +1,9 @@
|
| <link rel="import" href="chrome://resources/html/i18n_behavior.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| -<link rel="import" href="/extension_control_browser_proxy.html">
|
| -<link rel="import" href="/i18n_setup.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="../extension_control_browser_proxy.html">
|
| +<link rel="import" href="../i18n_setup.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="extension-controlled-indicator">
|
| <template>
|
|
|