| Index: third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| index 225f2fe3b6f0223dfd7ca3adfedd6ab89726410f..537d15137d47c5177daf168ee1415e6dc11ce2b8 100644
|
| --- a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| @@ -35,8 +35,8 @@
|
| #include "core/layout/OrderIterator.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "platform/LayoutUnit.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|