Index: content/common/browser_plugin/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h |
index 2473d6dc1292fbf50072278a9f4cfdd6b44819c8..bd6f38b5072027d56440991c16a748949871b811 100644 |
--- a/content/common/browser_plugin/browser_plugin_messages.h |
+++ b/content/common/browser_plugin/browser_plugin_messages.h |
@@ -14,6 +14,7 @@ |
#include "cc/output/compositor_frame_ack.h" |
#include "content/common/content_export.h" |
#include "content/common/content_param_traits.h" |
+#include "content/common/cursors/webcursor.h" |
#include "content/common/edit_command.h" |
#include "content/common/frame_param_macros.h" |
#include "content/public/common/browser_plugin_permission_type.h" |
@@ -22,15 +23,14 @@ |
#include "ipc/ipc_channel_handle.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_message_utils.h" |
-#include "third_party/skia/include/core/SkBitmap.h" |
#include "third_party/WebKit/public/web/WebCompositionUnderline.h" |
#include "third_party/WebKit/public/web/WebDragOperation.h" |
#include "third_party/WebKit/public/web/WebDragStatus.h" |
+#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/gfx/point.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/size.h" |
#include "url/gurl.h" |
-#include "webkit/common/cursors/webcursor.h" |
#undef IPC_MESSAGE_EXPORT |
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT |
@@ -326,7 +326,7 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_ShouldAcceptTouchEvents, |
// Inform the embedder of the cursor the guest wishes to display. |
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetCursor, |
int /* instance_id */, |
- WebCursor /* cursor */) |
+ content::WebCursor /* cursor */) |
// The guest has damage it wants to convey to the embedder so that it can |
// update its backing store. |