| Index: Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| diff --git a/Source/platform/speech/PlatformSpeechSynthesizer.cpp b/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| index 74d886f9a21634e6e60dee6a2a4b5d55a22b3bf1..46aa351f7a99da2b2ec46b5ee6252526e4da1f4a 100644
|
| --- a/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "public/platform/WebSpeechSynthesizerClient.h"
|
| #include "wtf/RetainPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PlatformSpeechSynthesizer* PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client)
|
| {
|
| @@ -98,4 +98,4 @@ void PlatformSpeechSynthesizer::trace(Visitor* visitor)
|
| visitor->trace(m_webSpeechSynthesizerClient);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|