| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| index 218671c9c9251cc832f6ff8fef6da8a86be05631..a6c620fe4f9be04d1ef3cc8681dcaec9388f13ed 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
|
| @@ -28,7 +28,7 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "modules/speech/SpeechSynthesisEvent.h"
|
| #include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|