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

Unified Diff: Source/web/InspectorClientImpl.cpp

Issue 462353003: Cleanup namespace usage in Source/web[A-V]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor updates 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/IndexedDBClientImpl.cpp ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorClientImpl.cpp
diff --git a/Source/web/InspectorClientImpl.cpp b/Source/web/InspectorClientImpl.cpp
index 4bb75760691edd883a83b156306237e67af248b5..b5ae843c25e20e72f43e1882940cd0558f177b2a 100644
--- a/Source/web/InspectorClientImpl.cpp
+++ b/Source/web/InspectorClientImpl.cpp
@@ -45,8 +45,6 @@
#include "web/WebDevToolsAgentImpl.h"
#include "web/WebViewImpl.h"
-using namespace blink;
-
namespace blink {
InspectorClientImpl::InspectorClientImpl(WebViewImpl* webView)
@@ -71,7 +69,7 @@ void InspectorClientImpl::hideHighlight()
agent->hideHighlight();
}
-void InspectorClientImpl::sendMessageToFrontend(PassRefPtr<blink::JSONObject> message)
+void InspectorClientImpl::sendMessageToFrontend(PassRefPtr<JSONObject> message)
{
if (WebDevToolsAgentImpl* agent = devToolsAgent())
agent->sendMessageToFrontend(message);
« no previous file with comments | « Source/web/IndexedDBClientImpl.cpp ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698