| Index: Source/core/platform/text/TextStream.h
|
| diff --git a/Source/core/platform/text/TextStream.h b/Source/core/platform/text/TextStream.h
|
| index 9ff7d970d4d5ac8e9e127ba557c29e493cacbd38..6a0f85ab048d3200acc10edfaa525365f81d435c 100644
|
| --- a/Source/core/platform/text/TextStream.h
|
| +++ b/Source/core/platform/text/TextStream.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef TextStream_h
|
| #define TextStream_h
|
|
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|