| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| index 88ff3a5d8bf7dc6f6dd49159a93a3882e1ae932c..95efd6a7998bde5fe64d5ea338105f0a3f094c00 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
| @@ -26,6 +26,8 @@
|
|
|
| #include "core/layout/LayoutTableSection.h"
|
|
|
| +#include <algorithm>
|
| +#include <limits>
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/LayoutAnalyzer.h"
|
| #include "core/layout/LayoutTableCell.h"
|
| @@ -34,9 +36,7 @@
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/SubtreeLayoutScope.h"
|
| #include "core/paint/TableSectionPainter.h"
|
| -#include "wtf/HashSet.h"
|
| -#include <algorithm>
|
| -#include <limits>
|
| +#include "platform/wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|