| Index: third_party/WebKit/Source/platform/text/LineEnding.h
|
| diff --git a/third_party/WebKit/Source/platform/text/LineEnding.h b/third_party/WebKit/Source/platform/text/LineEnding.h
|
| index 00a0535e9b98a7dfd9e2e1e9cf8f29def30e59f2..2f94516497640de1f9f3812a2e135afc55713fb9 100644
|
| --- a/third_party/WebKit/Source/platform/text/LineEnding.h
|
| +++ b/third_party/WebKit/Source/platform/text/LineEnding.h
|
| @@ -33,8 +33,8 @@
|
| #define LineEnding_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|