| Index: components/metrics/public/cpp/call_stack_profile_struct_traits.h
|
| diff --git a/components/metrics/public/cpp/call_stack_profile_struct_traits.h b/components/metrics/public/cpp/call_stack_profile_struct_traits.h
|
| index a9b2b280a2acdb2976f4fd5bdbc9d9cf977d9d2e..4242d85e73cc7eebe1e861079916d99e710d41eb 100644
|
| --- a/components/metrics/public/cpp/call_stack_profile_struct_traits.h
|
| +++ b/components/metrics/public/cpp/call_stack_profile_struct_traits.h
|
| @@ -17,7 +17,7 @@
|
| namespace mojo {
|
|
|
| template <>
|
| -struct StructTraits<metrics::mojom::CallStackModule,
|
| +struct StructTraits<metrics::mojom::CallStackModuleDataView,
|
| base::StackSamplingProfiler::Module> {
|
| static uint64_t base_address(
|
| const base::StackSamplingProfiler::Module& module) {
|
| @@ -50,7 +50,7 @@ struct StructTraits<metrics::mojom::CallStackModule,
|
| };
|
|
|
| template <>
|
| -struct StructTraits<metrics::mojom::CallStackFrame,
|
| +struct StructTraits<metrics::mojom::CallStackFrameDataView,
|
| base::StackSamplingProfiler::Frame> {
|
| static uint64_t instruction_pointer(
|
| const base::StackSamplingProfiler::Frame& frame) {
|
| @@ -80,7 +80,7 @@ struct StructTraits<metrics::mojom::CallStackFrame,
|
| };
|
|
|
| template <>
|
| -struct StructTraits<metrics::mojom::CallStackProfile,
|
| +struct StructTraits<metrics::mojom::CallStackProfileDataView,
|
| base::StackSamplingProfiler::CallStackProfile> {
|
| static const std::vector<base::StackSamplingProfiler::Module>& modules(
|
| const base::StackSamplingProfiler::CallStackProfile& profile) {
|
|
|