| Index: third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingTestBase.h b/third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| index b45f04c3537209f49f8b01c8fad7cea3ae6db16d..924313af88e187fe56f4d334681a22a58719293f 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef EditingTestBase_h
|
| #define EditingTestBase_h
|
|
|
| -#include "core/editing/Position.h"
|
| -#include "wtf/Forward.h"
|
| #include <gtest/gtest.h>
|
| #include <memory>
|
| #include <string>
|
| +#include "core/editing/Position.h"
|
| +#include "core/testing/DummyPageHolder.h"
|
| +#include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
| -class DummyPageHolder;
|
| class FrameSelection;
|
| class LocalFrame;
|
|
|
| @@ -26,6 +26,8 @@ class EditingTestBase : public ::testing::Test {
|
|
|
| void SetUp() override;
|
|
|
| + void setupPageWithClients(Page::PageClients*);
|
| +
|
| Document& document() const;
|
| DummyPageHolder& dummyPageHolder() const { return *m_dummyPageHolder; }
|
| LocalFrame& frame() const;
|
|
|