| Index: Source/core/platform/PlatformSpeechSynthesizer.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesizer.h b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| index 092a4f5185dba4672f6b7d7a24e77351609dbda1..b0c58f5fa938c0bb8eebf2e66a74137d4da01e3b 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesizer.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #if ENABLE(SPEECH_SYNTHESIS)
|
|
|
| -#include "PlatformSpeechSynthesisVoice.h"
|
| +#include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|