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

Unified Diff: blimp/engine/mojo/font_fetcher_mojo_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 | « ash/mus/window_manager_unittest.cc ('k') | blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc
diff --git a/blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc b/blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc
index 9db66b5b3fd85577f7c32e261dbc8034d4899099..4d59c83cba1f825ac755b3e55a662486c8726cbd 100644
--- a/blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc
+++ b/blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc
@@ -62,7 +62,7 @@ class FontFetcherMojoImplUnittest : public testing::Test {
TEST_F(FontFetcherMojoImplUnittest, VerifyWriteToDataPipe) {
mojom::FontFetcherPtr mojo_ptr;
- font_fetcher_mojo_impl_.BindRequest(GetProxy(&mojo_ptr));
+ font_fetcher_mojo_impl_.BindRequest(MakeRequest(&mojo_ptr));
// Expect that dummy font data is written correctly to a Mojo DataPipe.
mojo_ptr->GetFontStream(kFakeHash, base::Bind(&VerifyDataWriteCorrectly));
« no previous file with comments | « ash/mus/window_manager_unittest.cc ('k') | blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698