| Index: public/platform/WebSpeechSynthesisVoice.h
|
| diff --git a/public/platform/WebSpeechSynthesisVoice.h b/public/platform/WebSpeechSynthesisVoice.h
|
| index 3654ee1c388af9d5f80acf4624499247d8b75a91..07fb8135f50efb238ef6d35b27f894ba35b3b15c 100644
|
| --- a/public/platform/WebSpeechSynthesisVoice.h
|
| +++ b/public/platform/WebSpeechSynthesisVoice.h
|
| @@ -30,7 +30,7 @@
|
| #include "WebPrivatePtr.h"
|
| #include "WebString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class PlatformSpeechSynthesisVoice;
|
| }
|
|
|
| @@ -58,11 +58,11 @@ public:
|
| BLINK_PLATFORM_EXPORT void setIsDefault(bool);
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT operator WebCore::PlatformSpeechSynthesisVoice*() const;
|
| + BLINK_PLATFORM_EXPORT operator blink::PlatformSpeechSynthesisVoice*() const;
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::PlatformSpeechSynthesisVoice> m_private;
|
| + WebPrivatePtr<blink::PlatformSpeechSynthesisVoice> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|