| Index: third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| index 050195eb228a382391b6f8e9ee85c6edf3f8f94d..b5117e5841ddfc2919132f7b08a7ec5f66e7134e 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef PaintControllerPaintTest_h
|
| #define PaintControllerPaintTest_h
|
|
|
| +#include <gtest/gtest.h>
|
| #include "core/frame/FrameView.h"
|
| #include "core/layout/LayoutTestHelper.h"
|
| #include "core/layout/LayoutView.h"
|
| @@ -13,7 +14,6 @@
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/graphics/paint/CullRect.h"
|
| #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h"
|
| -#include <gtest/gtest.h>
|
|
|
| namespace blink {
|
|
|
|
|