| Index: Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| index 865bdb1e7cccd13cf9ca8dd2c8e83a3b49e50f2f..03a03b9b67f6d8a8884911f6ec409dce9c9936b1 100644
|
| --- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| +++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
|
| @@ -31,7 +31,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class LocalDOMWindow;
|
|
|
| @@ -54,6 +54,6 @@ private:
|
| PersistentWillBeMember<SpeechSynthesis> m_speechSynthesis;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWindowSpeechSynthesis_h
|
|
|