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); |
} |