| Index: chrome/browser/resources/settings/controls/settings_input.html
|
| diff --git a/chrome/browser/resources/settings/controls/settings_input.html b/chrome/browser/resources/settings/controls/settings_input.html
|
| index 77254c5bb33460312ebb6aecceaec75338e5471f..f6162561455693e8c6492a755a36f9275f51bd5f 100644
|
| --- a/chrome/browser/resources/settings/controls/settings_input.html
|
| +++ b/chrome/browser/resources/settings/controls/settings_input.html
|
| @@ -3,7 +3,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.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="pref_control_behavior.html">
|
|
|
| <dom-module id="settings-input">
|
| <template>
|
|
|