Index: Source/modules/speech/SpeechRecognitionAlternative.h |
diff --git a/Source/modules/speech/SpeechRecognitionAlternative.h b/Source/modules/speech/SpeechRecognitionAlternative.h |
index 64f0e776acd9bb4a31650facf74b89492d2daf24..efbee14ab6aba590e0593121fd81991c88ccf272 100644 |
--- a/Source/modules/speech/SpeechRecognitionAlternative.h |
+++ b/Source/modules/speech/SpeechRecognitionAlternative.h |
@@ -30,7 +30,7 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
@@ -50,6 +50,6 @@ private: |
double m_confidence; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechRecognitionAlternative_h |