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

Unified Diff: content/child/indexed_db/webidbcursor_impl_unittest.cc

Issue 2705503002: Mojo C++ bindings: rename GetIsolatedProxy to MakeIsolatedRequest to better match other functions. (Closed)
Patch Set: . Created 3 years, 9 months 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: 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 2d32e9ed936b65a038215730f67ee13c8f2c677e..2d88b29a004a6c2baa43501b14bd4f9ebae73a3e 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::MakeRequestForTesting(&ptr));
+ base::MakeUnique<MockCursorImpl>(mojo::MakeIsolatedRequest(&ptr));
cursor_ = base::MakeUnique<WebIDBCursorImpl>(
ptr.PassInterface(), 1, base::ThreadTaskRunnerHandle::Get());
}
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/common/associated_interface_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698