Index: Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp |
diff --git a/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp |
index 0102a3e755a11aa36fa439b14650d8ae780d48a2..c48f2ff10074b6c2c6beb4209e06bd1bb47f6607 100644 |
--- a/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp |
+++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp |
@@ -28,7 +28,7 @@ |
#include "platform/speech/PlatformSpeechSynthesisUtterance.h" |
-namespace WebCore { |
+namespace blink { |
WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer, PlatformSpeechSynthesizerClient* client) |
: m_synthesizer(synthesizer) |
@@ -90,4 +90,4 @@ void WebSpeechSynthesizerClientImpl::trace(Visitor* visitor) |
visitor->trace(m_client); |
} |
-} // namespace WebCore |
+} // namespace blink |