summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 19:02:48 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-20 19:02:48 +0000
commite0d2dbb4ba1ddfb75681396b62f1326c169c27a4 (patch)
tree5aa517d785d5f73690cb76f35b81be5f03d3fb4d /chrome/browser/tab_contents
parentd033a6c9e41f59e9985bb8c86ddd819cc5a5cc03 (diff)
downloadchromium_src-e0d2dbb4ba1ddfb75681396b62f1326c169c27a4.zip
chromium_src-e0d2dbb4ba1ddfb75681396b62f1326c169c27a4.tar.gz
chromium_src-e0d2dbb4ba1ddfb75681396b62f1326c169c27a4.tar.bz2
Move MediaPlayerAction out of context_menu.h into webview.h since it's really only used by webview.
Review URL: http://codereview.chromium.org/174143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r--chrome/browser/tab_contents/render_view_context_menu.cc1
-rw-r--r--chrome/browser/tab_contents/render_view_context_menu.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
index ac1fb8d..75d02c0 100644
--- a/chrome/browser/tab_contents/render_view_context_menu.cc
+++ b/chrome/browser/tab_contents/render_view_context_menu.cc
@@ -28,6 +28,7 @@
#include "grit/generated_resources.h"
#include "net/base/escape.h"
#include "net/base/net_util.h"
+#include "webkit/glue/media_player_action.h"
RenderViewContextMenu::RenderViewContextMenu(
TabContents* tab_contents,
diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
index 93c554d..8e0f199 100644
--- a/chrome/browser/tab_contents/render_view_context_menu.h
+++ b/chrome/browser/tab_contents/render_view_context_menu.h
@@ -12,6 +12,7 @@
class Profile;
class TabContents;
+struct MediaPlayerAction;
class RenderViewContextMenu {
public: