Index: chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h |
diff --git a/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h b/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h |
index 05b81e8c38466e74f59d38c9371fdd27237efeb5..0b58ee17332586e31d36835816152c20c934e0ec 100644 |
--- a/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h |
+++ b/chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h |
@@ -9,7 +9,7 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/strings/string16.h" |
#include "chrome/browser/tab_contents/render_view_context_menu.h" |
-#include "content/public/common/context_menu_source_type.h" |
+#include "ui/base/ui_base_types.h" |
namespace gfx { |
class Point; |
@@ -31,7 +31,7 @@ class RenderViewContextMenuViews : public RenderViewContextMenu { |
void RunMenuAt(views::Widget* parent, |
const gfx::Point& point, |
- content::ContextMenuSourceType type); |
+ ui::MenuSourceType type); |
// RenderViewContextMenuDelegate implementation. |
virtual void UpdateMenuItem(int command_id, |