Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: content/browser/web_contents/popup_menu_helper_mac.h

Issue 10024066: TabContents -> WebContentsImpl, part 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698