| Index: Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| index d416028fb30bed5d3bf7da3b2e2c6addc28ff832..9a511a242e9c725e53b5cd470ce0aa1a4f490ae4 100644
|
| --- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| +++ b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "public/platform/WebSpeechSynthesisUtterance.h"
|
|
|
| #include "core/platform/PlatformSpeechSynthesisUtterance.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| using namespace WebCore;
|
|
|
|
|