| Index: chrome/browser/resources/settings/controls/settings_boolean_control_behavior.html
|
| diff --git a/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.html b/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.html
|
| index 836d1b7c8d54384d857877725e4479656171364d..2311a1045af233e8c9aa000eed8452ff823226f0 100644
|
| --- a/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.html
|
| +++ b/chrome/browser/resources/settings/controls/settings_boolean_control_behavior.html
|
| @@ -2,5 +2,5 @@
|
| <link rel="import" href="chrome://resources/html/polymer.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">
|
| <script src="settings_boolean_control_behavior.js"></script>
|
|
|