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

Unified Diff: third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp

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: third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
diff --git a/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp b/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
index 4d211c04e70bc8cabc4f3e8549b5a2c931416a5d..18e2ff1f053f29ebcf95bbc7ac95d470ae429ab7 100644
--- a/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
+++ b/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
@@ -37,7 +37,7 @@ void TimeZoneMonitorClient::Init() {
device::mojom::blink::TimeZoneMonitorPtr monitor;
Platform::current()->interfaceProvider()->getInterface(
- mojo::GetProxy(&monitor));
+ mojo::MakeRequest(&monitor));
monitor->AddClient(instance.m_binding.CreateInterfacePtrAndBind());
}

Powered by Google App Engine
This is Rietveld 408576698