| Index: ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
|
| diff --git a/chrome/browser/resources/settings/settings_action_menu.html b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
|
| similarity index 75%
|
| rename from chrome/browser/resources/settings/settings_action_menu.html
|
| rename to ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
|
| index 06a3bdd9177e1b9e691a719a18de0525f32d67ec..bee8924eca8b1275ee1f7c045c58974c2201f5e8 100644
|
| --- a/chrome/browser/resources/settings/settings_action_menu.html
|
| +++ b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
|
| @@ -1,7 +1,6 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="/direction_delegate.html">
|
|
|
| -<dom-module id="settings-action-menu">
|
| +<dom-module id="cr-action-menu">
|
| <template>
|
| <style>
|
| :host {
|
| @@ -19,5 +18,5 @@
|
| </style>
|
| <content select=".dropdown-item,hr"></content>
|
| </template>
|
| - <script src="settings_action_menu.js"></script>
|
| + <script src="cr_action_menu.js"></script>
|
| </dom-module>
|
|
|