| Index: Source/core/editing/FrameSelectionTest.cpp
|
| diff --git a/Source/core/editing/FrameSelectionTest.cpp b/Source/core/editing/FrameSelectionTest.cpp
|
| index 39b8957fbe3b9715d048b3f39cba35b0226effe1..2aea63be379eab58fcfb09c86e29415cfadeeaae 100644
|
| --- a/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -26,7 +26,7 @@ namespace {
|
|
|
| class FrameSelectionTest : public ::testing::Test {
|
| protected:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| DummyPageHolder& dummyPageHolder() const { return *m_dummyPageHolder; }
|
| HTMLDocument& document() const;
|
|
|