| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index 87272722c126bd5bf7119f7dc16e673bc0d01aa9..999c943c095bfc720a37d6cf7c824cc6b50942c9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/TextRunConstructor.h"
|
| #include "platform/LengthFunctions.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|