Index: Source/web/SpeechRecognitionClientProxy.h |
diff --git a/Source/web/SpeechRecognitionClientProxy.h b/Source/web/SpeechRecognitionClientProxy.h |
index 67c90f9ebf2f90692543feb715a3be1b4a3a4b06..63a45dac1b8c95bc0acd45c0260fc7db3c08e9d7 100644 |
--- a/Source/web/SpeechRecognitionClientProxy.h |
+++ b/Source/web/SpeechRecognitionClientProxy.h |
@@ -32,7 +32,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/text/WTFString.h" |
-namespace WebKit { |
+namespace blink { |
class WebSpeechRecognizer; |
class WebString; |
@@ -67,6 +67,6 @@ private: |
WebSpeechRecognizer* m_recognizer; |
}; |
-}; // namespace WebKit |
+}; // namespace blink |
#endif // SpeechRecognitionClientProxy_h |