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

Unified Diff: components/arc/metrics/arc_metrics_service.cc

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: components/arc/metrics/arc_metrics_service.cc
diff --git a/components/arc/metrics/arc_metrics_service.cc b/components/arc/metrics/arc_metrics_service.cc
index a7f663a61c44394bb8827033d4f6aec3da9575c0..b82d65cd8bac81625be2fc160385234978c1caed 100644
--- a/components/arc/metrics/arc_metrics_service.cc
+++ b/components/arc/metrics/arc_metrics_service.cc
@@ -129,7 +129,7 @@ void ArcMetricsService::OnArcStartTimeRetrieved(
// time availability in ReportBootProgress().
if (!binding_.is_bound()) {
mojom::MetricsHostPtr host_ptr;
- binding_.Bind(mojo::GetProxy(&host_ptr));
+ binding_.Bind(mojo::MakeRequest(&host_ptr));
instance->Init(std::move(host_ptr));
}
arc_start_time_ = arc_start_time;
« no previous file with comments | « components/arc/crash_collector/arc_crash_collector_bridge.cc ('k') | components/arc/net/arc_net_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698