| Index: content/browser/web_contents/popup_menu_helper_mac.h
|
| diff --git a/content/browser/tab_contents/popup_menu_helper_mac.h b/content/browser/web_contents/popup_menu_helper_mac.h
|
| similarity index 88%
|
| rename from content/browser/tab_contents/popup_menu_helper_mac.h
|
| rename to content/browser/web_contents/popup_menu_helper_mac.h
|
| index 1c10a9ece902d34888414dec653e9fd279a1528c..4f9ae0d0ecb1012b45abc374a5862796be8c27c8 100644
|
| --- a/content/browser/tab_contents/popup_menu_helper_mac.h
|
| +++ b/content/browser/web_contents/popup_menu_helper_mac.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_TAB_CONTENTS_POPUP_MENU_HELPER_MAC_H_
|
| -#define CONTENT_BROWSER_TAB_CONTENTS_POPUP_MENU_HELPER_MAC_H_
|
| +#ifndef CONTENT_BROWSER_WEB_CONTENTS_POPUP_MENU_HELPER_MAC_H_
|
| +#define CONTENT_BROWSER_WEB_CONTENTS_POPUP_MENU_HELPER_MAC_H_
|
|
|
| #include <vector>
|
|
|
| @@ -48,4 +48,4 @@ class PopupMenuHelper : public content::NotificationObserver {
|
| DISALLOW_COPY_AND_ASSIGN(PopupMenuHelper);
|
| };
|
|
|
| -#endif // CONTENT_BROWSER_TAB_CONTENTS_POPUP_MENU_HELPER_MAC_H_
|
| +#endif // CONTENT_BROWSER_WEB_CONTENTS_POPUP_MENU_HELPER_MAC_H_
|
|
|