| Index: chrome/browser/resources/settings/controls/settings_checkbox.html
|
| diff --git a/chrome/browser/resources/settings/controls/settings_checkbox.html b/chrome/browser/resources/settings/controls/settings_checkbox.html
|
| index bda1045367d529040f216ac38f22a7a3d341ffae..9f4ae7b9ad5a0ddd563984dd3a9b0b2b9f93ea2c 100644
|
| --- a/chrome/browser/resources/settings/controls/settings_checkbox.html
|
| +++ b/chrome/browser/resources/settings/controls/settings_checkbox.html
|
| @@ -1,7 +1,7 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| -<link rel="import" href="/controls/settings_boolean_control_behavior.html">
|
| -<link rel="import" href="/settings_shared_css.html">
|
| +<link rel="import" href="settings_boolean_control_behavior.html">
|
| +<link rel="import" href="../settings_shared_css.html">
|
|
|
| <dom-module id="settings-checkbox">
|
| <template>
|
|
|