Index: content/plugin/webplugin_delegate_stub.cc |
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc |
index 813f5f372db9a00bf42d1d6cf62939c0a392882b..81267b5f64faf842619a78649f924b1369a856b5 100644 |
--- a/content/plugin/webplugin_delegate_stub.cc |
+++ b/content/plugin/webplugin_delegate_stub.cc |
@@ -13,6 +13,7 @@ |
#include "content/child/npapi/webplugin_delegate_impl.h" |
#include "content/child/npapi/webplugin_resource_client.h" |
#include "content/child/plugin_messages.h" |
+#include "content/common/cursors/webcursor.h" |
#include "content/plugin/plugin_channel.h" |
#include "content/plugin/plugin_thread.h" |
#include "content/plugin/webplugin_proxy.h" |
@@ -24,7 +25,6 @@ |
#include "third_party/WebKit/public/web/WebBindings.h" |
#include "third_party/npapi/bindings/npapi.h" |
#include "third_party/npapi/bindings/npruntime.h" |
-#include "webkit/common/cursors/webcursor.h" |
using blink::WebBindings; |
using blink::WebCursorInfo; |