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

Unified Diff: athena/env/athena_env_unittest.cc

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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/env/athena_env_impl.cc ('k') | athena/extensions/athena_app_delegate_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/env/athena_env_unittest.cc
diff --git a/athena/env/athena_env_unittest.cc b/athena/env/athena_env_unittest.cc
index 81565284cf2463e8a5999a072d51f2e4bcf45b25..d951d5c60930b71d3409b4c49e25cf3d2ec95ae2 100644
--- a/athena/env/athena_env_unittest.cc
+++ b/athena/env/athena_env_unittest.cc
@@ -108,7 +108,7 @@ namespace {
class AthenaShutdownTest : public test::AthenaTestBase {
public:
AthenaShutdownTest() {}
- virtual ~AthenaShutdownTest() {}
+ ~AthenaShutdownTest() override {}
virtual void TearDown() {
test::AthenaTestBase::TearDown();
« no previous file with comments | « athena/env/athena_env_impl.cc ('k') | athena/extensions/athena_app_delegate_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698