| Index: ui/gfx/test/ui_cocoa_test_helper.h
|
| diff --git a/ui/gfx/test/ui_cocoa_test_helper.h b/ui/gfx/test/ui_cocoa_test_helper.h
|
| index c75c7bd6a44ce4d85a7c610cab976fb81a284a24..faf66dde1289208cb27c01827b8c5a36c4eed430 100644
|
| --- a/ui/gfx/test/ui_cocoa_test_helper.h
|
| +++ b/ui/gfx/test/ui_cocoa_test_helper.h
|
| @@ -59,7 +59,7 @@ class CocoaTest : public PlatformTest {
|
| // to close them before CocoaTest::TearDown is called. A standard way of doing
|
| // this would be to create them in SetUp (after calling CocoaTest::Setup) and
|
| // then close them in TearDown before calling CocoaTest::TearDown.
|
| - virtual void TearDown() OVERRIDE;
|
| + virtual void TearDown() override;
|
|
|
| // Retuns a test window that can be used by views and other UI objects
|
| // as part of their tests. Is created lazily, and will be closed correctly
|
|
|