summaryrefslogtreecommitdiffstats
path: root/content/port
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/port
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/port')
-rw-r--r--content/port/browser/render_view_host_delegate_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/port/browser/render_view_host_delegate_view.h b/content/port/browser/render_view_host_delegate_view.h
index 4460544..8b7b953 100644
--- a/content/port/browser/render_view_host_delegate_view.h
+++ b/content/port/browser/render_view_host_delegate_view.h
@@ -10,7 +10,6 @@
#include "base/basictypes.h"
#include "content/common/content_export.h"
#include "content/common/drag_event_source_info.h"
-#include "content/public/common/context_menu_source_type.h"
#include "third_party/WebKit/public/web/WebDragOperation.h"
class SkBitmap;