Index: public/platform/WebCursorInfo.h |
diff --git a/public/platform/WebCursorInfo.h b/public/platform/WebCursorInfo.h |
index f7a4e69efb3c6549ae2b4cb6542b6210569743d3..6c23756be812779e1471b91572b3dc34c400bcae 100644 |
--- a/public/platform/WebCursorInfo.h |
+++ b/public/platform/WebCursorInfo.h |
@@ -35,7 +35,7 @@ |
#include "WebPoint.h" |
#if INSIDE_BLINK |
-namespace WebCore { class Cursor; } |
+namespace blink { class Cursor; } |
#endif |
#ifdef WIN32 |
@@ -116,7 +116,7 @@ struct WebCursorInfo { |
} |
#if INSIDE_BLINK |
- BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const WebCore::Cursor&); |
+ BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const blink::Cursor&); |
#endif |
}; |