diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 15:22:05 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-31 15:22:05 +0000 |
commit | c1068031c4eaf4facc80fc088c3129aff796101e (patch) | |
tree | a4df035c657cd26a6231374734794f17b2b0d076 /content/common/drag_messages.h | |
parent | 2e46ec5b9b33261d171fef83a4fc2274fb80832f (diff) | |
download | chromium_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.h | 2 |
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 |