| 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 691a8982aea640b2e8dccd463de1b4de95c1ad86..39a836337f5a228145d234ce9328fa058a0ecea8 100644
|
| --- a/mojo/public/cpp/bindings/tests/router_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/router_unittest.cc
|
| @@ -28,7 +28,7 @@ class RouterTest : public testing::Test {
|
|
|
| void TearDown() override {}
|
|
|
| - void PumpMessages() { loop_.RunUntilIdle(); }
|
| + void PumpMessages() { base::RunLoop().RunUntilIdle(); }
|
|
|
| protected:
|
| ScopedMessagePipeHandle handle0_;
|
|
|