| Index: Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp b/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
|
| similarity index 96%
|
| rename from Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
|
| rename to Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
|
| index a137c588614f8f5bbc8115eec7faa2cfa682d714..23f31c5d7a2e49aa74fc2b56552d38a8c09607f4 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesisUtterance.cpp
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| +#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
|
|
| namespace WebCore {
|
|
|
|
|