| Index: Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h b/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
|
| index d9e4bb3eaa949246ba77fb632c7692f09c056a8b..91681a1ca904d063b79ead2403260c67ce5288b3 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
|
| +++ b/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
|
| @@ -30,8 +30,8 @@
|
| #include "public/platform/WebSpeechSynthesisUtterance.h"
|
| #include "public/platform/WebSpeechSynthesisVoice.h"
|
| #include "public/platform/WebSpeechSynthesizerClient.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|