| Index: third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| index 7021445b5beae29fb176234abd7c08815da6cf54..9da6fedff0e26bbabcc8a9acd03e2ca7665384d4 100644
|
| --- a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| +++ b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp
|
| @@ -27,11 +27,11 @@
|
|
|
| #include "platform/exported/WebSpeechSynthesizerClientImpl.h"
|
| #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebSpeechSynthesisUtterance.h"
|
| #include "public/platform/WebSpeechSynthesizer.h"
|
| #include "public/platform/WebSpeechSynthesizerClient.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|