| Index: mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| index 57ec78a47bd383594730d1ae36bcb34a187ea432..0cd56462555c046ab7ae28ce7fa16f1995524a4b 100644
|
| --- a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| @@ -152,7 +152,7 @@ class ReentrantServiceImpl : public InterfaceImpl<sample::Service> {
|
|
|
| class InterfacePtrTest : public testing::Test {
|
| public:
|
| - virtual ~InterfacePtrTest() { loop_.RunUntilIdle(); }
|
| + ~InterfacePtrTest() override { loop_.RunUntilIdle(); }
|
|
|
| void PumpMessages() { loop_.RunUntilIdle(); }
|
|
|
|
|