Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: athena/test/base/athena_unittests.cc

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/test/base/athena_test_base.h ('k') | athena/test/base/sample_activity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/athena_unittests.cc
diff --git a/athena/test/base/athena_unittests.cc b/athena/test/base/athena_unittests.cc
index 4c5108ba8b3fd0c2f58a629a7fff5db2711692f3..1da8ed5c9ba590c1e803607d5ae01454919aec45 100644
--- a/athena/test/base/athena_unittests.cc
+++ b/athena/test/base/athena_unittests.cc
@@ -23,7 +23,7 @@ class AthenaTestSuite : public base::TestSuite {
protected:
// base::TestSuite:
- virtual void Initialize() OVERRIDE {
+ virtual void Initialize() override {
base::TestSuite::Initialize();
gfx::GLSurface::InitializeOneOffForTests();
gfx::RegisterPathProvider();
@@ -34,7 +34,7 @@ class AthenaTestSuite : public base::TestSuite {
test_pak_path = test_pak_path.AppendASCII("athena_resources.pak");
ui::ResourceBundle::InitSharedInstanceWithPakPath(test_pak_path);
}
- virtual void Shutdown() OVERRIDE {
+ virtual void Shutdown() override {
ui::ResourceBundle::CleanupSharedInstance();
base::TestSuite::Shutdown();
}
« no previous file with comments | « athena/test/base/athena_test_base.h ('k') | athena/test/base/sample_activity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698