| Index: Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| index e94195aea4aad6dc08cd2d91c52ea2d7c50fbfc2..1b571c4d21498d0487689cb450a985170cdc676e 100644
|
| --- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| @@ -24,8 +24,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "PlatformSpeechSynthesizerMock.h"
|
| #include "PlatformSpeechSynthesisUtterance.h"
|
| +#include "core/platform/mock/PlatformSpeechSynthesizerMock.h"
|
|
|
| #if ENABLE(SPEECH_SYNTHESIS)
|
|
|
|
|