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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.html

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake 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/v1_0/cr_input/cr_input.html
diff --git a/ui/webui/resources/cr_elements/v0_8/cr_input/cr_input.html b/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.html
similarity index 72%
rename from ui/webui/resources/cr_elements/v0_8/cr_input/cr_input.html
rename to ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.html
index a3fb1cf93d653c718071c156698674c4adafdcbd..2f050345b3c2544419fefed91028c0ab230645be 100644
--- a/ui/webui/resources/cr_elements/v0_8/cr_input/cr_input.html
+++ b/ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.html
@@ -1,6 +1,6 @@
-<link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v0_8/paper-input/paper-input.html">
-<link rel="import" href="chrome://resources/cr_elements/v0_8/cr_events/cr_events.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
+<link rel="import" href="chrome://resources/cr_elements/v1_0/cr_events/cr_events.html">
<dom-module id="cr-input">
<link rel="import" type="css" href="cr_input.css">
« no previous file with comments | « ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.css ('k') | ui/webui/resources/cr_elements/v1_0/cr_input/cr_input.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698