| Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| index e92067ed45e9205a5a05f06494b698ec8768c950..8e243d3a257b7f3900cee0967ce80cd4fe0f6bfb 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js
|
| @@ -75,7 +75,7 @@
|
| menuEvent.model.item);
|
|
|
| var dotsButton = /** @type {!HTMLElement} */ (Polymer.dom(e).localTarget);
|
| - /** @type {!SettingsActionMenuElement} */ (
|
| + /** @type {!CrActionMenuElement} */ (
|
| this.$.addressSharedMenu).showAt(dotsButton);
|
| },
|
|
|
| @@ -127,7 +127,7 @@
|
| menuEvent.model.item);
|
|
|
| var dotsButton = /** @type {!HTMLElement} */ (Polymer.dom(e).localTarget);
|
| - /** @type {!SettingsActionMenuElement} */ (
|
| + /** @type {!CrActionMenuElement} */ (
|
| this.$.creditCardSharedMenu).showAt(dotsButton);
|
| },
|
|
|
|
|