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

Unified Diff: mojo/application_manager/application_manager_unittest.cc

Issue 644963004: Some more virtual/override updates. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « no previous file | mojo/common/handle_watcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/application_manager_unittest.cc
diff --git a/mojo/application_manager/application_manager_unittest.cc b/mojo/application_manager/application_manager_unittest.cc
index 27688c68907fbc39bfc6f7f576bf19b0a6cc28f1..44f365b94d0b07442b1f006123e4692774084e54 100644
--- a/mojo/application_manager/application_manager_unittest.cc
+++ b/mojo/application_manager/application_manager_unittest.cc
@@ -408,9 +408,9 @@ class ApplicationManagerTest : public testing::Test {
public:
ApplicationManagerTest() : tester_context_(&loop_) {}
- virtual ~ApplicationManagerTest() {}
+ ~ApplicationManagerTest() override {}
- virtual void SetUp() override {
+ void SetUp() override {
application_manager_.reset(new ApplicationManager);
TestApplicationLoader* default_loader = new TestApplicationLoader;
default_loader->set_context(&context_);
@@ -423,7 +423,7 @@ class ApplicationManagerTest : public testing::Test {
test_client_.reset(new TestClientImpl(service_proxy.Pass()));
}
- virtual void TearDown() override {
+ void TearDown() override {
test_client_.reset(NULL);
application_manager_.reset(NULL);
}
« no previous file with comments | « no previous file | mojo/common/handle_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698