| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| index 09543385b79eedbb0fce3a0362c24ecfcadba807..d70e24449783eab0950b9d24c466bd70e49da414 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/layout/ng/ng_min_max_content_size.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Optional.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Optional.h"
|
|
|
| namespace blink {
|
|
|
|
|