| Index: ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
|
| diff --git a/ui/webui/resources/cr_elements/v1_0/cr_checkbox/cr_checkbox.html b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
|
| similarity index 75%
|
| rename from ui/webui/resources/cr_elements/v1_0/cr_checkbox/cr_checkbox.html
|
| rename to ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
|
| index f7017e030cf010391456a050891db35168c17d45..6642271d2d47e50299b00d060acf13ecfb835a3f 100644
|
| --- a/ui/webui/resources/cr_elements/v1_0/cr_checkbox/cr_checkbox.html
|
| +++ b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html
|
| @@ -1,5 +1,5 @@
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| +<link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/v0_8/paper-checkbox/paper-checkbox.html">
|
|
|
| <dom-module id="cr-checkbox">
|
| <link rel="import" type="css" href="cr_checkbox.css">
|
|
|