| Index: Source/platform/exported/WebSpeechSynthesisUtterance.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| rename to Source/platform/exported/WebSpeechSynthesisUtterance.cpp
|
| index 9a2cbe7315d7e0d91fa5ddd7c1d0cf5f7f1ba26d..4e49ce0a43fc996a429f62cbbae623a64bc93690 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| +++ b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "public/platform/WebSpeechSynthesisUtterance.h"
|
|
|
| -#include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
|
|