| Index: Source/platform/exported/WebSpeechSynthesisVoice.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
|
| rename to Source/platform/exported/WebSpeechSynthesisVoice.cpp
|
| index df1aa55bafe1c77d9d6dc015399f5d552da297c4..052b55b9188c7fcf0470e62967dda2db73cad31b 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp
|
| +++ b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "public/platform/WebSpeechSynthesisVoice.h"
|
|
|
| -#include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|