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

Unified Diff: mojo/services/view_manager/view_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
Index: mojo/services/view_manager/view_manager_unittest.cc
diff --git a/mojo/services/view_manager/view_manager_unittest.cc b/mojo/services/view_manager/view_manager_unittest.cc
index 073ad4cfa79219c7ed71c761d2db6ea3d338a524..bf197c49aa4da05fdbf4ad8cd0ab2f2f44b7bddc 100644
--- a/mojo/services/view_manager/view_manager_unittest.cc
+++ b/mojo/services/view_manager/view_manager_unittest.cc
@@ -499,7 +499,7 @@ class ViewManagerTest : public testing::Test {
connection2_(NULL),
connection3_(NULL) {}
- virtual void SetUp() override {
+ void SetUp() override {
ASSERT_TRUE(ViewManagerProxy::IsInInitialState());
test_helper_.Init();
std::vector<std::string> native_viewport_args;
@@ -531,7 +531,7 @@ class ViewManagerTest : public testing::Test {
connection_->DoRunLoopUntilChangesCount(1);
}
- virtual void TearDown() override {
+ void TearDown() override {
if (connection3_)
connection3_->Destroy();
if (connection2_)

Powered by Google App Engine
This is Rietveld 408576698