| Index: components/metrics/file_metrics_provider_unittest.cc
|
| diff --git a/components/metrics/file_metrics_provider_unittest.cc b/components/metrics/file_metrics_provider_unittest.cc
|
| index 2b6fbdbacb60e18aed6551767567adc9d5fb9eea..42e38bc75af998df0e55f6fb67e8363fdfe5045c 100644
|
| --- a/components/metrics/file_metrics_provider_unittest.cc
|
| +++ b/components/metrics/file_metrics_provider_unittest.cc
|
| @@ -496,7 +496,7 @@ TEST_P(FileMetricsProviderTest, AccessEmbeddedProfileMetricsWithProfile) {
|
| PersistentSystemProfile persistent_profile;
|
| persistent_profile.RegisterPersistentAllocator(
|
| allocator->memory_allocator());
|
| - persistent_profile.SetSystemProfile(profile_proto);
|
| + persistent_profile.SetSystemProfile(profile_proto, true);
|
| });
|
|
|
| // Register the file and allow the "checker" task to run.
|
| @@ -567,7 +567,7 @@ TEST_P(FileMetricsProviderTest, AccessEmbeddedFallbackMetricsWithProfile) {
|
| PersistentSystemProfile persistent_profile;
|
| persistent_profile.RegisterPersistentAllocator(
|
| allocator->memory_allocator());
|
| - persistent_profile.SetSystemProfile(profile_proto);
|
| + persistent_profile.SetSystemProfile(profile_proto, true);
|
| });
|
|
|
| // Register the file and allow the "checker" task to run.
|
|
|