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

Unified Diff: services/navigation/navigation_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 | « services/catalog/catalog.cc ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/navigation_unittest.cc
diff --git a/services/navigation/navigation_unittest.cc b/services/navigation/navigation_unittest.cc
index b1a3674094684c77347aa41e0f61e735064e7699..e168654789cb57c39c447d6da8955458188dfe88 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -77,7 +77,7 @@ TEST_F(NavigationTest, DISABLED_Navigate) {
connector()->ConnectToInterface("navigation", &view_factory);
mojom::ViewPtr view;
- view_factory->CreateView(GetViewClient(), GetProxy(&view));
+ view_factory->CreateView(GetViewClient(), MakeRequest(&view));
view->NavigateTo(GURL("about:blank"));
base::RunLoop loop;
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/navigation/public/cpp/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698