| Index: Source/core/platform/PlatformSpeechSynthesizer.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesizer.h b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| index 694b96847c078a3b544eaef81510d3b18717bfee..f1db25a4458e84317c564998956c6133fa652aee 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesizer.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesizer.h
|
| @@ -27,8 +27,8 @@
|
| #define PlatformSpeechSynthesizer_h
|
|
|
| #include "core/platform/PlatformSpeechSynthesisVoice.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebKit {
|
| class WebSpeechSynthesizer;
|
|
|