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

Unified Diff: components/metrics/public/cpp/call_stack_profile_struct_traits_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/public/cpp/call_stack_profile_struct_traits_unittest.cc
diff --git a/components/metrics/public/cpp/call_stack_profile_struct_traits_unittest.cc b/components/metrics/public/cpp/call_stack_profile_struct_traits_unittest.cc
index 69db85225bb409e3d0eff5c5e480f070ff7e5c78..c7c99c982cfb05d3292b8b28f19a3de9208a12a4 100644
--- a/components/metrics/public/cpp/call_stack_profile_struct_traits_unittest.cc
+++ b/components/metrics/public/cpp/call_stack_profile_struct_traits_unittest.cc
@@ -89,7 +89,7 @@ class CallStackProfileCollectorTestImpl
class CallStackProfileStructTraitsTest : public testing::Test {
public:
- CallStackProfileStructTraitsTest() : impl_(GetProxy(&proxy_)) {}
+ CallStackProfileStructTraitsTest() : impl_(MakeRequest(&proxy_)) {}
protected:
base::MessageLoop message_loop_;

Powered by Google App Engine
This is Rietveld 408576698