| Index: Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| diff --git a/Source/core/platform/PlatformSpeechSynthesisVoice.h b/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| index 79e7ef1d31b7c6927815a3df8a66189359c4bd07..b475a2c2693e9d20172dce616556e758e0e87410 100644
|
| --- a/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| +++ b/Source/core/platform/PlatformSpeechSynthesisVoice.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef PlatformSpeechSynthesisVoice_h
|
| #define PlatformSpeechSynthesisVoice_h
|
|
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|