Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index c5e279cecbc142c855229bb2996e93685cb99925..90bda83dd51857d4ae947f62c899cd34342416b3 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -51,8 +51,6 @@ |
#include "web/WebSettingsImpl.h" |
#include "web/WebViewImpl.h" |
-using namespace blink; |
- |
namespace blink { |
class PagePopupChromeClient : public EmptyChromeClient { |
@@ -127,7 +125,7 @@ private: |
return FloatSize(0, 0); |
} |
- virtual void setCursor(const blink::Cursor& cursor) OVERRIDE |
+ virtual void setCursor(const Cursor& cursor) OVERRIDE |
{ |
if (m_popup->m_webView->client()) |
m_popup->m_webView->client()->didChangeCursor(WebCursorInfo(cursor)); |