| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| index dfdc4c1a559e5415b30cb2ab4b33887f54f6cb67..9c80602b16980922f0b18ff20f0309d5b4d56e01 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -29,7 +29,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutTable.h"
|
| #include "core/layout/LayoutTableBoxComponent.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|