Index: Source/web/SpeechInputClientImpl.h |
diff --git a/Source/web/SpeechInputClientImpl.h b/Source/web/SpeechInputClientImpl.h |
index e25821147bcce80b9fe329660bde675268ef2064..21426d219a534727ed41977cd7ab2678fdc9195c 100644 |
--- a/Source/web/SpeechInputClientImpl.h |
+++ b/Source/web/SpeechInputClientImpl.h |
@@ -44,7 +44,7 @@ class SecurityOrigin; |
class SpeechInputListener; |
} |
-namespace WebKit { |
+namespace blink { |
class WebSpeechInputController; |
class WebViewClient; |
@@ -74,7 +74,7 @@ private: |
WebCore::SpeechInputListener* m_listener; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // ENABLE(INPUT_SPEECH) |