| Index: Source/core/platform/text/TextBreakIterator.h
|
| diff --git a/Source/core/platform/text/TextBreakIterator.h b/Source/core/platform/text/TextBreakIterator.h
|
| index 738637d3adbafc9c9522a62544eca2a034787eb8..d6de5590e0ec6d7fce90e184f0c726a0256b7151 100644
|
| --- a/Source/core/platform/text/TextBreakIterator.h
|
| +++ b/Source/core/platform/text/TextBreakIterator.h
|
| @@ -22,8 +22,8 @@
|
| #ifndef TextBreakIterator_h
|
| #define TextBreakIterator_h
|
|
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|