| Index: Source/modules/speech/SpeechSynthesis.h
|
| diff --git a/Source/modules/speech/SpeechSynthesis.h b/Source/modules/speech/SpeechSynthesis.h
|
| index 35ffba55d69536dfb3fb105b5188e35cf8071391..2be821dbcbcc262029407307b30a051c9edd86f6 100644
|
| --- a/Source/modules/speech/SpeechSynthesis.h
|
| +++ b/Source/modules/speech/SpeechSynthesis.h
|
| @@ -29,10 +29,10 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| -#include "core/platform/PlatformSpeechSynthesizer.h"
|
| #include "modules/speech/SpeechSynthesisUtterance.h"
|
| #include "modules/speech/SpeechSynthesisVoice.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
| +#include "platform/speech/PlatformSpeechSynthesizer.h"
|
| #include "wtf/Deque.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|