| Index: components/leveldb/remote_iterator_unittest.cc
|
| diff --git a/components/leveldb/remote_iterator_unittest.cc b/components/leveldb/remote_iterator_unittest.cc
|
| index ff57341500c693fa910ffa4c50a5c7042d8b3112..1807bf6d200ecebbcf32fcd75a7a2a0450ad5a10 100644
|
| --- a/components/leveldb/remote_iterator_unittest.cc
|
| +++ b/components/leveldb/remote_iterator_unittest.cc
|
| @@ -52,7 +52,7 @@ class RemoteIteratorTest : public service_manager::test::ServiceTest {
|
|
|
| mojom::DatabaseError error;
|
| base::RunLoop run_loop;
|
| - leveldb()->OpenInMemory(GetProxy(&database_),
|
| + leveldb()->OpenInMemory(MakeRequest(&database_),
|
| Capture(&error, run_loop.QuitClosure()));
|
| run_loop.Run();
|
| EXPECT_EQ(mojom::DatabaseError::OK, error);
|
|
|