| 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 cf898973a672f6aa82f71632174120b13e3b407a..4d3a93ea6eb05185b1b7a04ebcd055f03adace53 100644
|
| --- a/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
|
| @@ -195,9 +195,9 @@ class IntegerAccessorImpl : public sample::IntegerAccessor {
|
| class InterfacePtrTest : public testing::Test {
|
| public:
|
| InterfacePtrTest() {}
|
| - ~InterfacePtrTest() override { loop_.RunUntilIdle(); }
|
| + ~InterfacePtrTest() override { base::RunLoop().RunUntilIdle(); }
|
|
|
| - void PumpMessages() { loop_.RunUntilIdle(); }
|
| + void PumpMessages() { base::RunLoop().RunUntilIdle(); }
|
|
|
| private:
|
| base::MessageLoop loop_;
|
|
|