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

Unified Diff: athena/test/chrome/athena_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/chrome/athena_app_browsertest.h ('k') | athena/util/drag_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/chrome/athena_browsertest.h
diff --git a/athena/test/chrome/athena_browsertest.h b/athena/test/chrome/athena_browsertest.h
index 6b0648ae8ddc58b7cdabcbd09419779c24d94cb7..93dad63b7c5258d07c22c7d191125a455dd842b9 100644
--- a/athena/test/chrome/athena_browsertest.h
+++ b/athena/test/chrome/athena_browsertest.h
@@ -16,11 +16,11 @@ namespace athena {
class AthenaBrowserTest : public InProcessBrowserTest {
public:
AthenaBrowserTest();
- virtual ~AthenaBrowserTest();
+ ~AthenaBrowserTest() override;
protected:
// BrowserTestBase:
- virtual void SetUpOnMainThread() override;
+ void SetUpOnMainThread() override;
private:
DISALLOW_COPY_AND_ASSIGN(AthenaBrowserTest);
« no previous file with comments | « athena/test/chrome/athena_app_browsertest.h ('k') | athena/util/drag_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698