| Index: third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h b/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h
|
| index 847cc91a7becd1744e01f02d8735fb07d7853cd2..1d49cf7536c2bc3bb2273bddf634694bea3c04dc 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h
|
| @@ -29,8 +29,8 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|