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

Unified Diff: chrome/browser/resources/settings/people_page/change_picture.html

Issue 2615673003: [MD WebUI] Move icons used in Bookmarks and Settings to shared file. (Closed)
Patch Set: reorder some icons Created 3 years, 11 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: chrome/browser/resources/settings/people_page/change_picture.html
diff --git a/chrome/browser/resources/settings/people_page/change_picture.html b/chrome/browser/resources/settings/people_page/change_picture.html
index 708d8cd5593263ef729bcf129d66c8661e25c43d..db3b1ad5e68415550850180365364a03cb6d2f31 100644
--- a/chrome/browser/resources/settings/people_page/change_picture.html
+++ b/chrome/browser/resources/settings/people_page/change_picture.html
@@ -7,7 +7,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-selector/iron-selector.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
<link rel="import" href="/i18n_setup.html">
-<link rel="import" href="/icons.html">
<link rel="import" href="/people_page/camera.html">
<link rel="import" href="/people_page/change_picture_browser_proxy.html">
<link rel="import" href="/route.html">
@@ -101,11 +100,11 @@
selected-item="{{selectedItem_}}">
<iron-icon id="cameraImage"
data-type$="[[selectionTypesEnum_.CAMERA]]"
- icon="settings:camera-alt" title="$i18n{takePhoto}"
+ icon="cr:camera-alt" title="$i18n{takePhoto}"
hidden="[[!cameraPresent_]]">
</iron-icon>
<iron-icon data-type$="[[selectionTypesEnum_.FILE]]"
- icon="settings:folder" title="$i18n{chooseFile}">
+ icon="cr:folder" title="$i18n{chooseFile}">
</iron-icon>
<img id="profileImage"
data-type$="[[selectionTypesEnum_.PROFILE]]"

Powered by Google App Engine
This is Rietveld 408576698