| Index: webkit/tools/test_shell/webwidget_host_gtk.cc
|
| diff --git a/webkit/tools/test_shell/webwidget_host_gtk.cc b/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| index f9d23a1d95b573c7028057c3c84b178af3beabee..2dd37bd510e7e1ba0ef6b26b465f2fcf80856ea7 100644
|
| --- a/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| +++ b/webkit/tools/test_shell/webwidget_host_gtk.cc
|
| @@ -12,12 +12,12 @@
|
| #include "skia/ext/bitmap_platform_device.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "skia/ext/platform_device.h"
|
| -#include "webkit/api/public/gtk/WebInputEventFactory.h"
|
| -#include "webkit/api/public/x11/WebScreenInfoFactory.h"
|
| -#include "webkit/api/public/WebInputEvent.h"
|
| -#include "webkit/api/public/WebPopupMenu.h"
|
| -#include "webkit/api/public/WebScreenInfo.h"
|
| -#include "webkit/api/public/WebSize.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/gtk/WebInputEventFactory.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/x11/WebScreenInfoFactory.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebPopupMenu.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebSize.h"
|
| #include "webkit/tools/test_shell/test_shell.h"
|
| #include "webkit/tools/test_shell/test_shell_x11.h"
|
|
|
|
|