| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionClient.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognitionClient.h b/third_party/WebKit/Source/modules/speech/SpeechRecognitionClient.h
|
| index 8deb07d35bd6a9c84b5a18f9bddcefab78a56263..cefed7ec9f3b62b7ed69dbdd0f8776b3fdcdfbbf 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionClient.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionClient.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef SpeechRecognitionClient_h
|
| #define SpeechRecognitionClient_h
|
|
|
| -#include "modules/ModulesExport.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <memory>
|
| +#include "modules/ModulesExport.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|