| Index: Source/core/platform/text/LineEnding.cpp
|
| diff --git a/Source/core/platform/text/LineEnding.cpp b/Source/core/platform/text/LineEnding.cpp
|
| index 7ffde59c816108afdb590202e2a931679b20788b..9cf7ffae4a7acc6616897c68711e4346f3f0c0ee 100644
|
| --- a/Source/core/platform/text/LineEnding.cpp
|
| +++ b/Source/core/platform/text/LineEnding.cpp
|
| @@ -32,8 +32,8 @@
|
| #include "config.h"
|
| #include "core/platform/text/LineEnding.h"
|
|
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace {
|
|
|
|
|