| Index: third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| diff --git a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| index a732190e7a76476393a289aa8e73e6cb65ef4c27..f33855bcc79c457200bb85fabece471d3267ef8a 100644
|
| --- a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| +++ b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| @@ -29,8 +29,8 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/speech/PlatformSpeechSynthesisVoice.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|