| Index: Source/core/editing/SurroundingTextTest.cpp
|
| diff --git a/Source/core/editing/SurroundingTextTest.cpp b/Source/core/editing/SurroundingTextTest.cpp
|
| index 14959fbf36c217bcf54939ee51e33819e6f4755c..8804e7758550e3e3ce1251fbac716fa03e2343b9 100644
|
| --- a/Source/core/editing/SurroundingTextTest.cpp
|
| +++ b/Source/core/editing/SurroundingTextTest.cpp
|
| @@ -26,7 +26,7 @@ protected:
|
| VisibleSelection select(int start, int end);
|
|
|
| private:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| };
|
|
|