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

Unified Diff: components/metrics/child_call_stack_profile_collector_unittest.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/metrics/child_call_stack_profile_collector_unittest.cc
diff --git a/components/metrics/child_call_stack_profile_collector_unittest.cc b/components/metrics/child_call_stack_profile_collector_unittest.cc
index af48975b378903185533a5053b47c2f9df73119e..9a3a67af92d5be1ddd7012df5ab6f7a7a7c1c44a 100644
--- a/components/metrics/child_call_stack_profile_collector_unittest.cc
+++ b/components/metrics/child_call_stack_profile_collector_unittest.cc
@@ -52,7 +52,7 @@ class ChildCallStackProfileCollectorTest : public testing::Test {
};
ChildCallStackProfileCollectorTest()
- : receiver_impl_(new Receiver(GetProxy(&receiver_))) {}
+ : receiver_impl_(new Receiver(MakeRequest(&receiver_))) {}
void CollectEmptyProfiles(
const CallStackProfileParams& params,

Powered by Google App Engine
This is Rietveld 408576698