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