Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: components/leveldb/remote_iterator_unittest.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « components/leveldb/leveldb_service_unittest.cc ('k') | components/metrics/child_call_stack_profile_collector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698