summaryrefslogtreecommitdiffstats
path: root/content/shell
diff options
context:
space:
mode:
authorvarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 22:53:03 +0000
committervarunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 22:53:03 +0000
commita14ddcdd5bb4f7b221275872d5cf4e9233bab7f4 (patch)
treef12d7d58fd83974ceebf4b4c53bdfc52599d211b /content/shell
parent35a323d21fa7f89c9339f89003b87609a4d81bcc (diff)
downloadchromium_src-a14ddcdd5bb4f7b221275872d5cf4e9233bab7f4.zip
chromium_src-a14ddcdd5bb4f7b221275872d5cf4e9233bab7f4.tar.gz
chromium_src-a14ddcdd5bb4f7b221275872d5cf4e9233bab7f4.tar.bz2
Replace content::ContextMenuSourceType with ui::MenuSourceType.
BUG=239110 Review URL: https://chromiumcodereview.appspot.com/17432002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r--content/shell/shell_web_contents_view_delegate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/shell_web_contents_view_delegate.h b/content/shell/shell_web_contents_view_delegate.h
index 715a64d..f9292a8 100644
--- a/content/shell/shell_web_contents_view_delegate.h
+++ b/content/shell/shell_web_contents_view_delegate.h
@@ -8,7 +8,6 @@
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_contents_view_delegate.h"
#include "content/public/common/context_menu_params.h"
-#include "content/public/common/context_menu_source_type.h"
#if defined(TOOLKIT_GTK)
#include "ui/base/gtk/gtk_signal.h"