Index: Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
diff --git a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
index ad37336b90b1f6a1699ec564fe00c6d932906045..593139d9d3c4a0eab9592e512b597f01cd798031 100644 |
--- a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
+++ b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h |
@@ -30,7 +30,7 @@ |
#include "platform/heap/Handle.h" |
#include "platform/speech/PlatformSpeechSynthesizer.h" |
-namespace WebCore { |
+namespace blink { |
class PlatformSpeechSynthesizerMock FINAL : public PlatformSpeechSynthesizer { |
public: |
@@ -55,6 +55,6 @@ private: |
Member<PlatformSpeechSynthesisUtterance> m_utterance; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PlatformSpeechSynthesizer_h |