| Index: Source/core/platform/PlatformSpeechSynthesizer.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesizer.h b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| index 3d1b81589a9421d83c4287484364fc53d57a2b6e..ced73ff9e6f6adb7adfb1b1a3bef4d1a7bd619ad 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesizer.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebSpeechSynthesizer;
|
| class WebSpeechSynthesizerClient;
|
| }
|
| @@ -81,8 +81,8 @@ protected:
|
| private:
|
| PlatformSpeechSynthesizerClient* m_speechSynthesizerClient;
|
|
|
| - OwnPtr<WebKit::WebSpeechSynthesizer> m_webSpeechSynthesizer;
|
| - OwnPtr<WebKit::WebSpeechSynthesizerClient> m_webSpeechSynthesizerClient;
|
| + OwnPtr<blink::WebSpeechSynthesizer> m_webSpeechSynthesizer;
|
| + OwnPtr<blink::WebSpeechSynthesizerClient> m_webSpeechSynthesizerClient;
|
| };
|
|
|
| } // namespace WebCore
|
|
|