| Index: chrome/browser/resources/settings/internet_page/network_siminfo.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_siminfo.html b/chrome/browser/resources/settings/internet_page/network_siminfo.html
|
| index f1db2d21459a4365ee274ca7119765033ad293a7..ff304d4b9777fee136674f109d755d45a7051a13 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_siminfo.html
|
| +++ b/chrome/browser/resources/settings/internet_page/network_siminfo.html
|
| @@ -1,11 +1,11 @@
|
| <link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
|
| +<link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html">
|
| <link rel="import" href="chrome://resources/html/polymer.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">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-checkbox/paper-checkbox.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html">
|
| -<link rel="import" href="/icons.html">
|
| <link rel="import" href="internet_shared_css.html">
|
|
|
| <dom-module id="network-siminfo">
|
| @@ -49,7 +49,7 @@
|
| <div class="settings-box two-line"
|
| hidden$="[[networkProperties.Cellular.SIMPresent]]">
|
| <div class="start layout horizontal center">
|
| - <iron-icon icon="settings:sim-card-alert"></iron-icon>
|
| + <iron-icon icon="cr:sim-card-alert"></iron-icon>
|
| <div class="error">$i18n{networkSimCardMissing}</div>
|
| </div>
|
| </div>
|
| @@ -58,7 +58,7 @@
|
| <div class="settings-box two-line"
|
| hidden$="[[!showSimLocked_(networkProperties)]]">
|
| <div class="start layout horizontal center">
|
| - <iron-icon icon="settings:lock"></iron-icon>
|
| + <iron-icon icon="cr:lock"></iron-icon>
|
| <div class="error">$i18n{networkSimCardLocked}</div>
|
| </div>
|
| <div class="secondary-action">
|
|
|