| Index: components/metrics/call_stack_profile_collector.h
|
| diff --git a/components/metrics/call_stack_profile_collector.h b/components/metrics/call_stack_profile_collector.h
|
| index f6a2ca1ce53925053a1e89ccbb4fb29cefa3486a..6eeb6a87b446a01423d3bba6c62e342b55d65412 100644
|
| --- a/components/metrics/call_stack_profile_collector.h
|
| +++ b/components/metrics/call_stack_profile_collector.h
|
| @@ -25,7 +25,7 @@ class CallStackProfileCollector : public mojom::CallStackProfileCollector {
|
| // mojom::CallStackProfileCollector:
|
| void Collect(const CallStackProfileParams& params,
|
| base::TimeTicks start_timestamp,
|
| - const std::vector<CallStackProfile>& profiles) override;
|
| + std::vector<CallStackProfile> profiles) override;
|
|
|
| private:
|
| // Profile params are validated to come from this process. Profiles with a
|
|
|