Index: Source/modules/speech/testing/InternalsSpeechSynthesis.cpp |
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp b/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp |
index eab9dccd4d57d9969f95d89cadf80701b439d23e..7ab3e40313614cbba5dc44957af06b574531aac5 100644 |
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp |
+++ b/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp |
@@ -37,7 +37,7 @@ |
#include "modules/speech/SpeechSynthesis.h" |
#include "modules/speech/testing/PlatformSpeechSynthesizerMock.h" |
-namespace WebCore { |
+namespace blink { |
void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document* document) |
{ |
@@ -50,4 +50,4 @@ void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document* |
synthesis->setPlatformSynthesizer(PlatformSpeechSynthesizerMock::create(synthesis)); |
} |
-} // namespace WebCore |
+} // namespace blink |