| 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 14db487f452cd61545af8e5f7f617a98f6590234..80856ecf487f3322e44b63e8da711330f0692eb1 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
|
| @@ -225,9 +225,11 @@ TEST_F(CallStackProfileStructTraitsTest, Profile) {
|
| },
|
| {
|
| {
|
| - Frame(0x4010, 0),
|
| - Frame(0x4110, 1),
|
| - Frame(0x4110, Frame::kUnknownModuleIndex),
|
| + {
|
| + Frame(0x4010, 0),
|
| + Frame(0x4110, 1),
|
| + Frame(0x4110, Frame::kUnknownModuleIndex),
|
| + }, 0, 0
|
| }
|
| },
|
| base::TimeDelta::FromSeconds(1),
|
| @@ -243,13 +245,17 @@ TEST_F(CallStackProfileStructTraitsTest, Profile) {
|
| },
|
| {
|
| {
|
| - Frame(0x4010, 0),
|
| - Frame(0x4110, 1),
|
| - Frame(0x4110, Frame::kUnknownModuleIndex),
|
| + {
|
| + Frame(0x4010, 0),
|
| + Frame(0x4110, 1),
|
| + Frame(0x4110, Frame::kUnknownModuleIndex),
|
| + }, 0, 0,
|
| },
|
| {
|
| - Frame(0x4010, 0),
|
| - Frame(0x4110, 2),
|
| + {
|
| + Frame(0x4010, 0),
|
| + Frame(0x4110, 2),
|
| + },
|
| },
|
| },
|
| base::TimeDelta::FromSeconds(1),
|
|
|