| Index: third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TablePainter.cpp b/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| index 4c8960d476ab995648cc1d9bf9b4862848d0fd9d..cbdd0409266d80009ccf1782977259b6589fceaf 100644
|
| --- a/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TablePainter.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "core/paint/TablePainter.h"
|
|
|
| +#include "core/layout/CollapsedBorderValue.h"
|
| #include "core/layout/LayoutTable.h"
|
| #include "core/layout/LayoutTableSection.h"
|
| -#include "core/style/CollapsedBorderValue.h"
|
| #include "core/paint/BoxClipper.h"
|
| #include "core/paint/BoxPainter.h"
|
| #include "core/paint/LayoutObjectDrawingRecorder.h"
|
|
|