| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| index e5d8d57e3cac4dd56f45a2e16bba973221f433ed..9a3f9451868542675aed348fde6c988172759562 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -29,7 +29,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutMultiColumnFlowThread.h"
|
| #include "core/layout/MultiColumnFragmentainerGroup.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|