Index: Source/web/InspectorFrontendClientImpl.cpp |
diff --git a/Source/web/InspectorFrontendClientImpl.cpp b/Source/web/InspectorFrontendClientImpl.cpp |
index 636ad95368ee651b0a8d3735b8b77d89af72c13b..887d0351de034d2c6aa48cb392ee1e9b12cda297 100644 |
--- a/Source/web/InspectorFrontendClientImpl.cpp |
+++ b/Source/web/InspectorFrontendClientImpl.cpp |
@@ -45,7 +45,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend) |
: m_frontendPage(frontendPage) |
@@ -136,4 +136,4 @@ bool InspectorFrontendClientImpl::isUnderTest() |
return m_client->isUnderTest(); |
} |
-} // namespace WebKit |
+} // namespace blink |