| Index: Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| diff --git a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| index a5e36e50636f97dc705e32dbcabdbe67af1ef61f..dedde190c390d5ed5c955aaa59d443b8990b53b2 100644
|
| --- a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PlatformSpeechSynthesizerMock* PlatformSpeechSynthesizerMock::create(PlatformSpeechSynthesizerClient* client)
|
| {
|
| @@ -113,4 +113,4 @@ void PlatformSpeechSynthesizerMock::trace(Visitor* visitor)
|
| PlatformSpeechSynthesizer::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|