| Index: webkit/tools/test_shell/drop_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/drop_delegate.cc (revision 112786)
|
| +++ webkit/tools/test_shell/drop_delegate.cc (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "webkit/tools/test_shell/drop_delegate.h"
|
|
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragData.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebPoint.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebDragData.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| #include "webkit/glue/webdropdata.h"
|
|
|
|
|