| Index: ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
|
| diff --git a/ui/webui/resources/cr_elements/v1_0/cr_toggle_button/cr_toggle_button.html b/ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
|
| similarity index 86%
|
| rename from ui/webui/resources/cr_elements/v1_0/cr_toggle_button/cr_toggle_button.html
|
| rename to ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
|
| index 0587f64e194be5875cb95c4c2d20b0ff9e11a6d9..758b29f92b363c250a5d372b66546aebd74a0025 100644
|
| --- a/ui/webui/resources/cr_elements/v1_0/cr_toggle_button/cr_toggle_button.html
|
| +++ b/ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
|
| @@ -1,5 +1,5 @@
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-toggle-button/paper-toggle-button.html">
|
| -<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_events/cr_events.html">
|
| +<link rel="import" href="chrome://resources/polymer/v0_8/paper-toggle-button/paper-toggle-button.html">
|
| +<link rel="import" href="chrome://resources/cr_elements/v0_8/cr_events/cr_events.html">
|
|
|
| <dom-module id="cr-toggle-button">
|
| <style>
|
|
|