| Index: Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| diff --git a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| index fc0cc5ec9eae4514d4a346de081ed8f4c2c1f1c4..86f0b0f41a690f0817878796f7285dfe652e39be 100644
|
| --- a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| @@ -31,7 +31,7 @@
|
| #include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PlatformSpeechSynthesisUtteranceClient : public GarbageCollectedMixin {
|
| public:
|
| @@ -85,6 +85,6 @@ private:
|
| double m_startTime;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PlatformSpeechSynthesisUtterance_h
|
|
|