| Index: chrome/browser/profiles/profile_statistics_aggregator.h
|
| diff --git a/chrome/browser/profiles/profile_statistics_aggregator.h b/chrome/browser/profiles/profile_statistics_aggregator.h
|
| index 66e16fc30bebf0f6681ebac6f0bcfb3e45d87894..fc45518d04ee06edd30ff210a217c258a0eb571c 100644
|
| --- a/chrome/browser/profiles/profile_statistics_aggregator.h
|
| +++ b/chrome/browser/profiles/profile_statistics_aggregator.h
|
| @@ -50,8 +50,8 @@ class ProfileStatisticsAggregator
|
| friend class base::RefCountedThreadSafe<ProfileStatisticsAggregator>;
|
|
|
| struct ProfileStatValue {
|
| - int count;
|
| - bool success; // false means the statistics failed to load
|
| + int count = 0;
|
| + bool success = false; // False means the statistics failed to load.
|
| };
|
|
|
| ~ProfileStatisticsAggregator();
|
|
|