| Index: Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.cpp b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
|
| similarity index 97%
|
| rename from Source/core/platform/PlatformSpeechSynthesisVoice.cpp
|
| rename to Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
|
| index 39941d156fcd6c3db1010f4dbc5ecef0ae26ae46..a260dc8088a840422242b05b0c1964be00bb22e9 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesisVoice.cpp
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
|
|
| namespace WebCore {
|
|
|
|
|