| 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.
|
|
|