Index: ui/webui/resources/cr_elements/v1_0/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/v1_0/cr_checkbox/cr_checkbox.html |
deleted file mode 100644 |
index f7017e030cf010391456a050891db35168c17d45..0000000000000000000000000000000000000000 |
--- a/ui/webui/resources/cr_elements/v1_0/cr_checkbox/cr_checkbox.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<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"> |
- |
-<dom-module id="cr-checkbox"> |
- <link rel="import" type="css" href="cr_checkbox.css"> |
- <template> |
- <cr-events id="events"></cr-events> |
- <paper-checkbox id="checkbox" checked="{{checked}}" disabled="[[disabled]]"> |
- <content></content> |
- </paper-checkbox> |
- </template> |
- <script src="cr_checkbox.js"></script> |
-</dom-module> |