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

Unified Diff: athena/test/base/test_app_model_builder.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/sample_activity_factory.h ('k') | athena/test/base/test_resource_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/test_app_model_builder.h
diff --git a/athena/test/base/test_app_model_builder.h b/athena/test/base/test_app_model_builder.h
index e7a7e4bc0c8dfe1052cb1ddc60afa399215b5184..5da0d60fb09e625cfd86697a6bf5d00102c3a761 100644
--- a/athena/test/base/test_app_model_builder.h
+++ b/athena/test/base/test_app_model_builder.h
@@ -13,10 +13,10 @@ namespace athena {
class TestAppModelBuilder : public AppModelBuilder {
public:
TestAppModelBuilder();
- virtual ~TestAppModelBuilder();
+ ~TestAppModelBuilder() override;
// Overridden from AppModelBuilder:
- virtual void RegisterAppListModel(app_list::AppListModel* model) override;
+ void RegisterAppListModel(app_list::AppListModel* model) override;
private:
DISALLOW_COPY_AND_ASSIGN(TestAppModelBuilder);
« no previous file with comments | « athena/test/base/sample_activity_factory.h ('k') | athena/test/base/test_resource_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698