| Index: Source/core/platform/text/SegmentedString.h
|
| diff --git a/Source/core/platform/text/SegmentedString.h b/Source/core/platform/text/SegmentedString.h
|
| index abd798aeca17a9761f2b11d5ec179ba5c741842c..946ff24beb8ab999a16076ab48de5158afbfe580 100644
|
| --- a/Source/core/platform/text/SegmentedString.h
|
| +++ b/Source/core/platform/text/SegmentedString.h
|
| @@ -20,10 +20,10 @@
|
| #ifndef SegmentedString_h
|
| #define SegmentedString_h
|
|
|
| -#include <wtf/Deque.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/text/TextPosition.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Deque.h"
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/text/TextPosition.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|