| Index: webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
|
| diff --git a/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc b/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
|
| index 3ee26cd828a7418e559812953cec946780579bb9..a7d781f506f29670cc9b8106dcd18f524e76bfd6 100644
|
| --- a/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
|
| +++ b/webkit/glue/plugins/webplugin_delegate_impl_gtk.cc
|
| @@ -18,8 +18,8 @@
|
| #include "base/stats_counters.h"
|
| #include "base/string_util.h"
|
| #include "skia/ext/platform_canvas.h"
|
| -#include "webkit/api/public/WebCursorInfo.h"
|
| -#include "webkit/api/public/WebInputEvent.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebCursorInfo.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
|
| #include "webkit/glue/glue_util.h"
|
| #include "webkit/glue/webplugin.h"
|
| #include "webkit/glue/plugins/gtk_plugin_container.h"
|
|
|