| Index: Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| index 6585d51a517442508cd31a050052c93132ba867b..bc0b94013e65a8f86bf0fbf644bbad5565e51858 100644
|
| --- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| +++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp
|
| @@ -24,9 +24,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| +
|
| #include "core/platform/mock/PlatformSpeechSynthesizerMock.h"
|
|
|
| +#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
| +
|
| namespace WebCore {
|
|
|
| PassOwnPtr<PlatformSpeechSynthesizerMock> PlatformSpeechSynthesizerMock::create(PlatformSpeechSynthesizerClient* client)
|
|
|