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

Unified Diff: chrome/browser/resources/settings/people_page/import_data_dialog.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/import_data_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/import_data_dialog.html b/chrome/browser/resources/settings/people_page/import_data_dialog.html
index dbe888f580966034dc4f2177ba4fd1d1f1295f6e..04e94b2183723d87740595ae7ac550d1896efd04 100644
--- a/chrome/browser/resources/settings/people_page/import_data_dialog.html
+++ b/chrome/browser/resources/settings/people_page/import_data_dialog.html
@@ -2,6 +2,7 @@
<link rel="import" href="chrome://resources/html/i18n_behavior.html">
<link rel="import" href="chrome://resources/html/md_select_css.html">
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
@@ -9,7 +10,6 @@
<link rel="import" href="/controls/settings_checkbox.html">
<link rel="import" href="/controls/settings_toggle_button.html">
<link rel="import" href="/i18n_setup.html">
-<link rel="import" href="/icons.html">
<link rel="import" href="/people_page/import_data_browser_proxy.html">
<link rel="import" href="/prefs/prefs_behavior.html">
<link rel="import" href="/settings_vars_css.html">
@@ -39,7 +39,7 @@
<div class="body">
<div hidden$="[[!hasImportStatus_(
importStatusEnum_.SUCCEEDED, importStatus_)]]">
- <iron-icon id="successIcon" icon="settings:check-circle">
+ <iron-icon id="successIcon" icon="cr:check-circle">
</iron-icon>
<div hidden$="[[!prefs.import_bookmarks.value]]">
<div class="description">$i18n{importSuccess}</div>

Powered by Google App Engine
This is Rietveld 408576698