| Index: third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp b/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| index 814eec7b96dbfe350848ce90fbba512a53e04f65..8ac78561ce11f68e0ecaa375269c69c1165f7fa2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PrePaintTreeWalkTest.cpp
|
| @@ -14,9 +14,9 @@
|
| #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "platform/text/TextStream.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|