Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index e03b673c6b831fd25b73511e2f98aab0546c9905..798494f64f62fbb6b02d54f77739416014416fcc 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -51,7 +51,7 @@ |
#include "web/WebSettingsImpl.h" |
#include "web/WebViewImpl.h" |
-using namespace WebCore; |
+using namespace blink; |
namespace blink { |
@@ -127,7 +127,7 @@ private: |
return FloatSize(0, 0); |
} |
- virtual void setCursor(const WebCore::Cursor& cursor) OVERRIDE |
+ virtual void setCursor(const blink::Cursor& cursor) OVERRIDE |
{ |
if (m_popup->m_webView->client()) |
m_popup->m_webView->client()->didChangeCursor(WebCursorInfo(cursor)); |