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

Unified Diff: content/child/indexed_db/webidbcursor_impl_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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/indexed_db/webidbcursor_impl_unittest.cc
diff --git a/content/child/indexed_db/webidbcursor_impl_unittest.cc b/content/child/indexed_db/webidbcursor_impl_unittest.cc
index 55dfe57995df4c1bd75dc71d6510c58a3ec83445..2d32e9ed936b65a038215730f67ee13c8f2c677e 100644
--- a/content/child/indexed_db/webidbcursor_impl_unittest.cc
+++ b/content/child/indexed_db/webidbcursor_impl_unittest.cc
@@ -122,7 +122,7 @@ class WebIDBCursorImplTest : public testing::Test {
null_key_.assignNull();
indexed_db::mojom::CursorAssociatedPtr ptr;
mock_cursor_ =
- base::MakeUnique<MockCursorImpl>(mojo::GetProxyForTesting(&ptr));
+ base::MakeUnique<MockCursorImpl>(mojo::MakeRequestForTesting(&ptr));
cursor_ = base::MakeUnique<WebIDBCursorImpl>(
ptr.PassInterface(), 1, base::ThreadTaskRunnerHandle::Get());
}
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698