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

Unified Diff: athena/test/chrome/athena_app_browsertest.h

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/test/base/test_resource_manager_delegate.cc ('k') | athena/test/chrome/athena_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/chrome/athena_app_browsertest.h
diff --git a/athena/test/chrome/athena_app_browsertest.h b/athena/test/chrome/athena_app_browsertest.h
index fde6393e2774b437baea89dccfb388bdec6e5f5f..3c49a146ddf176d0830caf881b1889cfd7545f14 100644
--- a/athena/test/chrome/athena_app_browsertest.h
+++ b/athena/test/chrome/athena_app_browsertest.h
@@ -17,7 +17,7 @@ class Activity;
class AthenaAppBrowserTest : public extensions::PlatformAppBrowserTest {
public:
AthenaAppBrowserTest();
- virtual ~AthenaAppBrowserTest();
+ ~AthenaAppBrowserTest() override;
protected:
// Creates an app activity and returns after app is fully loaded.
@@ -27,7 +27,7 @@ class AthenaAppBrowserTest : public extensions::PlatformAppBrowserTest {
const std::string& GetTestAppID();
// BrowserTestBase:
- virtual void SetUpOnMainThread() override;
+ void SetUpOnMainThread() override;
private:
// Our created app id - after it got created and installed.
« no previous file with comments | « athena/test/base/test_resource_manager_delegate.cc ('k') | athena/test/chrome/athena_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698