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

Unified Diff: content/renderer/device_sensors/device_sensor_event_pump.h

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
Index: content/renderer/device_sensors/device_sensor_event_pump.h
diff --git a/content/renderer/device_sensors/device_sensor_event_pump.h b/content/renderer/device_sensors/device_sensor_event_pump.h
index 9a6e1e6ab506cc0ad4fdbf517b12a130633b6305..35a5e45ae5f0b243c6bdabcc42c94ec723dddde3 100644
--- a/content/renderer/device_sensors/device_sensor_event_pump.h
+++ b/content/renderer/device_sensors/device_sensor_event_pump.h
@@ -25,7 +25,7 @@ class CONTENT_EXPORT DeviceSensorMojoClientMixin : public Base {
explicit DeviceSensorMojoClientMixin(Args&&... args)
: Base(std::forward<Args>(args)...) {
mojo::InterfaceRequest<MojoInterface> request =
- mojo::GetProxy(&mojo_interface_);
+ mojo::MakeRequest(&mojo_interface_);
// When running layout tests, those observers should not listen to the
// actual hardware changes. In order to make that happen, don't connect
« no previous file with comments | « content/renderer/bluetooth/web_bluetooth_impl.cc ('k') | content/renderer/dom_storage/local_storage_cached_area.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698