| Index: Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| diff --git a/Source/platform/exported/WebSpeechSynthesizerClientImpl.h b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| index c6578cbee6be1811906f6495a76bc5cce1a2bba6..b524e4a96c4eb1020fbaeb22d9de7546087d6274 100644
|
| --- a/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| +++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| @@ -32,7 +32,7 @@
|
| #include "public/platform/WebSpeechSynthesisVoice.h"
|
| #include "public/platform/WebSpeechSynthesizerClient.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PlatformSpeechSynthesizer;
|
| class PlatformSpeechSynthesizerClient;
|
| @@ -58,6 +58,6 @@ private:
|
| Member<PlatformSpeechSynthesizerClient> m_client;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechSynthesizerClientImpl_h
|
|
|