| Index: chrome/browser/resources/settings/people_page/camera.html
|
| diff --git a/chrome/browser/resources/settings/people_page/camera.html b/chrome/browser/resources/settings/people_page/camera.html
|
| index 1d0de4ad6162637d740164a875b964664816abb1..fcc8008699a3a3cbe829c0c7871b166dc46e2c9f 100644
|
| --- a/chrome/browser/resources/settings/people_page/camera.html
|
| +++ b/chrome/browser/resources/settings/people_page/camera.html
|
| @@ -1,8 +1,8 @@
|
| <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/util.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/paper-spinner/paper-spinner.html">
|
| -<link rel="import" href="/icons.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| <dom-module id="settings-camera">
|
| @@ -74,11 +74,11 @@
|
| </div>
|
| <div id="cameraControls">
|
| <paper-icon-button id="flipPhoto" tabindex="2"
|
| - icon="settings:flip" title="$i18n{flipPhoto}"
|
| + icon="cr:flip" title="$i18n{flipPhoto}"
|
| on-tap="onTapFlipPhoto_" disabled="[[!cameraOnline_]]">
|
| </paper-icon-button>
|
| <paper-icon-button id="takePhoto" tabindex="1"
|
| - icon="settings:camera-alt" title="$i18n{takePhoto}"
|
| + icon="cr:camera-alt" title="$i18n{takePhoto}"
|
| on-tap="takePhoto" disabled="[[!cameraOnline_]]">
|
| </paper-icon-button>
|
| </div>
|
|
|