Index: Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
diff --git a/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp b/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
index 58a0e8e713f5226016c468decac8c02a8e003521..c3850211c7e628e371393fcbf6d4976c9de0dd63 100644 |
--- a/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
+++ b/Source/core/platform/chromium/PlatformSpeechSynthesizerChromium.cpp |
@@ -29,10 +29,10 @@ |
*/ |
#include "config.h" |
-#include "PlatformSpeechSynthesizer.h" |
+#include "core/platform/PlatformSpeechSynthesizer.h" |
-#include "PlatformSpeechSynthesisUtterance.h" |
-#include "PlatformSpeechSynthesisVoice.h" |
+#include "core/platform/PlatformSpeechSynthesisUtterance.h" |
+#include "core/platform/PlatformSpeechSynthesisVoice.h" |
#include "core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h" |
#include <public/Platform.h> |
#include <public/WebSpeechSynthesisUtterance.h> |