| Index: public/platform/WebSpeechSynthesisVoice.h
|
| diff --git a/public/platform/WebSpeechSynthesisVoice.h b/public/platform/WebSpeechSynthesisVoice.h
|
| index a4011a77aa4412b6494e95e18b3841cb87bf207b..43ea0f8ee574b06807ea8824b6d36521a8c7663b 100644
|
| --- a/public/platform/WebSpeechSynthesisVoice.h
|
| +++ b/public/platform/WebSpeechSynthesisVoice.h
|
| @@ -34,7 +34,7 @@ namespace WebCore {
|
| class PlatformSpeechSynthesisVoice;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSpeechSynthesisVoice {
|
| public:
|
| @@ -65,6 +65,6 @@ private:
|
| WebPrivatePtr<WebCore::PlatformSpeechSynthesisVoice> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechSynthesisVoice_h
|
|
|