| Index: third_party/WebKit/Source/core/layout/LayoutTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTestHelper.h b/third_party/WebKit/Source/core/layout/LayoutTestHelper.h
|
| index ffe6a7b8bea984b589d5ad9ffe46828c4e66cb60..ae53e971efaa0616f5027a8558a689806448a043 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTestHelper.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef LayoutTestHelper_h
|
| #define LayoutTestHelper_h
|
|
|
| +#include <gtest/gtest.h>
|
| +#include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/frame/FrameHost.h"
|
| #include "core/frame/FrameView.h"
|
| @@ -15,8 +17,6 @@
|
| #include "core/loader/EmptyClients.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "wtf/Allocator.h"
|
| -#include <gtest/gtest.h>
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|