Index: public/web/WebSpeechRecognitionResult.h |
diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h |
index 1a224a02043990e899a6397767d7d408feb1851d..e070ca2533f4700b3d70c6c62f3f9f05a836c108 100644 |
--- a/public/web/WebSpeechRecognitionResult.h |
+++ b/public/web/WebSpeechRecognitionResult.h |
@@ -35,7 +35,7 @@ namespace WebCore { |
class SpeechRecognitionResult; |
} |
-namespace WebKit { |
+namespace blink { |
class WebSpeechRecognitionResult { |
public: |
@@ -55,6 +55,6 @@ private: |
WebPrivatePtr<WebCore::SpeechRecognitionResult> m_private; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebSpeechRecognitionResult_h |