Index: third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h |
diff --git a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h |
index a7509775824286dc7fecf20297d7495dba1f9fbc..9b70fa31208404ef8304a9de9cc64114e9c9fc3d 100644 |
--- a/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h |
+++ b/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h |
@@ -26,11 +26,11 @@ |
#ifndef PlatformSpeechSynthesizer_h |
#define PlatformSpeechSynthesizer_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "platform/heap/Handle.h" |
#include "platform/speech/PlatformSpeechSynthesisVoice.h" |
-#include "wtf/Vector.h" |
-#include <memory> |
+#include "platform/wtf/Vector.h" |
namespace blink { |