Index: public/web/WebSpeechRecognizer.h |
diff --git a/public/web/WebSpeechRecognizer.h b/public/web/WebSpeechRecognizer.h |
index df54e7913eff060076ca39c0d17e9c6ba7c58e53..91ec0579a2ab5e0d445150c1b232340e5c16fe61 100644 |
--- a/public/web/WebSpeechRecognizer.h |
+++ b/public/web/WebSpeechRecognizer.h |
@@ -29,7 +29,7 @@ |
#include "../platform/WebCommon.h" |
#include "WebSpeechRecognitionHandle.h" |
-namespace WebKit { |
+namespace blink { |
class WebSpeechGrammar; |
class WebSpeechRecognitionParams; |
@@ -51,6 +51,6 @@ protected: |
virtual ~WebSpeechRecognizer() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebSpeechRecognizer_h |