| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| index 5c83ee089427de4fac114cfaf07826308034d6f5..462a9570266185a873e4df2520c4aaba8a06cc60 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| @@ -1,3 +1,4 @@
|
| +<link rel="import" href="chrome://resources/cr_elements/icons.html">
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
|
| @@ -111,7 +112,7 @@
|
| <input id="password" type="password" disabled
|
| value="[[getEmptyPassword_(item.numCharactersInPassword)]]">
|
| </input>
|
| - <paper-icon-button id="passwordMenu" icon="more-vert"
|
| + <paper-icon-button id="passwordMenu" icon="cr:more-vert"
|
| on-tap="onPasswordMenuTap_" i18n-values="alt:passwordMenu"
|
| tabindex$="[[tabIndex]]">
|
| </paper-icon-button>
|
|
|