Index: chrome/browser/resources/md_history/history_toolbar.html |
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html |
index 6eb2e583bd99b2075e31428ec73e8d6aa381584e..1461a266368a300cfe607219047c6eddda3c7d2f 100644 |
--- a/chrome/browser/resources/md_history/history_toolbar.html |
+++ b/chrome/browser/resources/md_history/history_toolbar.html |
@@ -3,12 +3,12 @@ |
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html"> |
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/hardware-icons.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-spinner/paper-spinner.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tab.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-tabs/paper-tabs.html"> |
<link rel="import" href="chrome://resources/cr_elements/cr_search_field/cr_search_field.html"> |
<link rel="import" href="chrome://history/shared_style.html"> |
+<link rel="import" href="chrome://history/icons.html"> |
tsergeant
2016/05/25 04:33:20
Nit: Alphabetical order puts this above shared_sty
calamity
2016/05/25 05:59:24
Done.
|
<dom-module id="history-toolbar"> |
<template> |
@@ -196,12 +196,12 @@ |
<span id="grouped-date"> |
{{getHistoryInterval_(queryStartTime, queryEndTime)}} |
</span> |
- <paper-icon-button icon="today" alt="$i18n{rangeToday}" |
+ <paper-icon-button icon="history:today" alt="$i18n{rangeToday}" |
title="$i18n{rangeToday}"></paper-icon-button> |
- <paper-icon-button icon="hardware:keyboard-arrow-left" |
+ <paper-icon-button icon="history:keyboard-arrow-left" |
tsergeant
2016/05/25 04:33:19
Probably should have caught this last review, but:
calamity
2016/05/25 05:59:24
Done.
|
alt="$i18n{rangePrevious}" title="$i18n{rangePrevious}" |
class="rtl-reversible"></paper-icon-button> |
- <paper-icon-button icon="hardware:keyboard-arrow-right" |
+ <paper-icon-button icon="history:keyboard-arrow-right" |
alt="$i18n{rangeNext}" title="$i18n{rangeNext}" |
class="rtl-reversible"></paper-icon-button> |
</div> |