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

Unified Diff: ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.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_expand_button/cr_expand_button.html
diff --git a/ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html b/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html
similarity index 63%
rename from ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html
rename to ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.html
index 888b49de5d2511c89b80b5c809fec2e346cedff4..1b593467b6d945ab91ff9fb355b02c55c99412db 100644
--- a/ui/webui/resources/cr_elements/v0_8/cr_expand_button/cr_expand_button.html
+++ b/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.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/iron-icons/iron-icons.html">
-<link rel="import" href="chrome://resources/polymer/v0_8/paper-icon-button/paper-icon-button.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<dom-module id="cr-expand-button">
<template>

Powered by Google App Engine
This is Rietveld 408576698