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

Unified Diff: content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.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/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
index 973c8e1feab33fca1fa583e3188c6e92eb5289fa..520657b4af1dff0ea1df0a243eb23cda81e05925 100644
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
@@ -59,7 +59,7 @@ class ScreenOrientationDispatcherTest : public RenderViewTest {
RenderViewTest::SetUp();
dispatcher_.reset(new ScreenOrientationDispatcher(nullptr));
ScreenOrientationAssociatedPtr screen_orientation;
- mojo::GetIsolatedProxy(&screen_orientation);
+ mojo::MakeIsolatedRequest(&screen_orientation);
dispatcher_->SetScreenOrientationForTests(screen_orientation);
}
« no previous file with comments | « content/public/test/mock_render_process_host.cc ('k') | mojo/public/cpp/bindings/associated_interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698