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

Unified Diff: content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 3 years, 11 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 102006b15877da0c755de6fc475ae8567e3c56cf..973c8e1feab33fca1fa583e3188c6e92eb5289fa 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::GetDummyProxyForTesting(&screen_orientation);
+ mojo::GetIsolatedProxy(&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