Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1067)

Unified Diff: ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">

Powered by Google App Engine
This is Rietveld 408576698