Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2077)

Unified Diff: Source/web/WebPagePopupImpl.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebOptionElement.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « Source/web/WebOptionElement.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698