| Index: Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesizer.cpp b/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| similarity index 94%
|
| rename from Source/core/platform/PlatformSpeechSynthesizer.cpp
|
| rename to Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| index 20564a2628932d479cbb6dce159f630074fc2166..e52128d2750b77f00c41bc00f9405e3ff4e42c4c 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesizer.cpp
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/PlatformSpeechSynthesizer.h"
|
| +#include "platform/speech/PlatformSpeechSynthesizer.h"
|
|
|
| -#include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| -#include "core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h"
|
| +#include "platform/exported/WebSpeechSynthesizerClientImpl.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebSpeechSynthesisUtterance.h"
|
| #include "public/platform/WebSpeechSynthesizer.h"
|
|
|