Index: Source/web/InspectorFrontendClientImpl.cpp |
diff --git a/Source/web/InspectorFrontendClientImpl.cpp b/Source/web/InspectorFrontendClientImpl.cpp |
index b8c312d3c0f4bcbe0799cda7bf06722044686d18..8a583081b43738658fd44dcc9921e1ba649debcf 100644 |
--- a/Source/web/InspectorFrontendClientImpl.cpp |
+++ b/Source/web/InspectorFrontendClientImpl.cpp |
@@ -42,8 +42,6 @@ |
#include "web/WebDevToolsFrontendImpl.h" |
#include "wtf/text/WTFString.h" |
-using namespace blink; |
- |
namespace blink { |
InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend) |