Index: Source/modules/speech/SpeechRecognitionResult.h |
diff --git a/Source/modules/speech/SpeechRecognitionResult.h b/Source/modules/speech/SpeechRecognitionResult.h |
index feb4ee42ee8f57b7ab66c11732d866ddef31edad..ca42b1d479ca3c3ee8fe987598942e2c572fe07d 100644 |
--- a/Source/modules/speech/SpeechRecognitionResult.h |
+++ b/Source/modules/speech/SpeechRecognitionResult.h |
@@ -30,7 +30,7 @@ |
#include "modules/speech/SpeechRecognitionAlternative.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class SpeechRecognitionResult FINAL : public GarbageCollectedFinalized<SpeechRecognitionResult>, public ScriptWrappable { |
public: |
@@ -50,6 +50,6 @@ private: |
HeapVector<Member<SpeechRecognitionAlternative> > m_alternatives; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechRecognitionResult_h |