| Index: Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
|
| diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
|
| index deb18eed1b01260145ba8c635e09ffe4e8bc97cd..f8c3435f682a050cb64c44cbb1dbf91d815bbf76 100644
|
| --- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
|
| +++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef PlatformSpeechSynthesizerMock_h
|
| #define PlatformSpeechSynthesizerMock_h
|
|
|
| -#if ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #include "core/platform/PlatformSpeechSynthesizer.h"
|
| #include "core/platform/Timer.h"
|
| #include <wtf/PassOwnPtr.h>
|
| @@ -55,6 +53,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SPEECH_SYNTHESIS)
|
| -
|
| #endif // PlatformSpeechSynthesizer_h
|
|
|