summaryrefslogtreecommitdiffstats
path: root/content/common/drag_messages.h
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 15:22:05 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-31 15:22:05 +0000
commitc1068031c4eaf4facc80fc088c3129aff796101e (patch)
treea4df035c657cd26a6231374734794f17b2b0d076 /content/common/drag_messages.h
parent2e46ec5b9b33261d171fef83a4fc2274fb80832f (diff)
downloadchromium_src-c1068031c4eaf4facc80fc088c3129aff796101e.zip
chromium_src-c1068031c4eaf4facc80fc088c3129aff796101e.tar.gz
chromium_src-c1068031c4eaf4facc80fc088c3129aff796101e.tar.bz2
WebDropData split to content and webkit/common
R=jamesr@chromium.org, jam@chromium.org BUG=239107 Review URL: https://chromiumcodereview.appspot.com/15664011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/drag_messages.h')
-rw-r--r--content/common/drag_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
index aafdbcc..47ec7e3 100644
--- a/content/common/drag_messages.h
+++ b/content/common/drag_messages.h
@@ -12,7 +12,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h"
#include "ui/gfx/point.h"
#include "ui/gfx/vector2d.h"
-#include "webkit/glue/webdropdata.h"
+#include "webkit/common/webdropdata.h"
#define IPC_MESSAGE_START DragMsgStart