| Index: mojo/public/cpp/bindings/tests/router_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/router_unittest.cc b/mojo/public/cpp/bindings/tests/router_unittest.cc
|
| index e6801124dc2ee9ecd75c825703b926366945464a..c4efdb09f51a108fe8685c1dd9dc9efbdde93fdf 100644
|
| --- a/mojo/public/cpp/bindings/tests/router_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/router_unittest.cc
|
| @@ -103,11 +103,11 @@ class RouterTest : public testing::Test {
|
| public:
|
| RouterTest() {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| CreateMessagePipe(nullptr, &handle0_, &handle1_);
|
| }
|
|
|
| - virtual void TearDown() override {}
|
| + void TearDown() override {}
|
|
|
| void PumpMessages() { loop_.RunUntilIdle(); }
|
|
|
|
|