| Index: Source/core/html/HTMLSelectElementTest.cpp
|
| diff --git a/Source/core/html/HTMLSelectElementTest.cpp b/Source/core/html/HTMLSelectElementTest.cpp
|
| index 2ef43cd96a9296e322bc13be9fd0618dc78f5309..d3db26eade93154c33afde1fea109e0fecaf3258 100644
|
| --- a/Source/core/html/HTMLSelectElementTest.cpp
|
| +++ b/Source/core/html/HTMLSelectElementTest.cpp
|
| @@ -16,7 +16,7 @@ namespace blink {
|
|
|
| class HTMLSelectElementTest : public::testing::Test {
|
| protected:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
| HTMLDocument& document() const { return *m_document; }
|
|
|
| private:
|
|
|