| Index: third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/LineEnding.cpp b/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| index 329cd4fb77b12ced463bc163e5eaa2030661281f..9fc7be0cffe260fc5fd8f21e66aaaf36118c70ee 100644
|
| --- a/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/LineEnding.cpp
|
| @@ -31,10 +31,10 @@
|
|
|
| #include "platform/text/LineEnding.h"
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace {
|
|
|
|
|