| Index: ui/gfx/test/run_all_unittests.cc
|
| diff --git a/ui/gfx/test/run_all_unittests.cc b/ui/gfx/test/run_all_unittests.cc
|
| index 14ceef9ca4a5f79f9fd7806798683aa1037d3573..5282da19256676e5fafcb01fcdfe3730f43594a7 100644
|
| --- a/ui/gfx/test/run_all_unittests.cc
|
| +++ b/ui/gfx/test/run_all_unittests.cc
|
| @@ -24,7 +24,7 @@ class GfxTestSuite : public base::TestSuite {
|
| GfxTestSuite(int argc, char** argv) : base::TestSuite(argc, argv) {}
|
|
|
| protected:
|
| - virtual void Initialize() OVERRIDE {
|
| + virtual void Initialize() override {
|
| base::TestSuite::Initialize();
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -38,7 +38,7 @@ class GfxTestSuite : public base::TestSuite {
|
| ui::ResourceBundle::InitSharedInstanceWithPakPath(ui_test_pak_path);
|
| }
|
|
|
| - virtual void Shutdown() OVERRIDE {
|
| + virtual void Shutdown() override {
|
| ui::ResourceBundle::CleanupSharedInstance();
|
| base::TestSuite::Shutdown();
|
| }
|
|
|