| Index: third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| index 905afe2d197354465dd96f65bc288e0fb132b9f4..6607faa68ec9ef3950203c10a2ef2834bdfb0ba7 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
|
| @@ -9,7 +9,7 @@
|
| #include "core/layout/ng/ng_break_token.h"
|
| #include "core/layout/ng/ng_constraint_space.h"
|
| #include "core/layout/ng/ng_layout_result.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|