| Index: Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
|
| similarity index 96%
|
| rename from Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp
|
| rename to Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
|
| index d8e2a272469b8e0209acbb96d2f617b3faac6cbe..da6fc390deca868cd10ae34211af62e10a2e8466 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp
|
| +++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h"
|
| +#include "platform/exported/WebSpeechSynthesizerClientImpl.h"
|
|
|
| -#include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
|
|
| namespace WebCore {
|
|
|
|
|