#include "chrome/browser/profiles/profile_statistics.h"
#include "base/functional/bind.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/profiles/profile_statistics_aggregator.h"
ProfileStatistics::ProfileStatistics(Profile* profile)
: … { … }
ProfileStatistics::~ProfileStatistics() { … }
void ProfileStatistics::GatherStatistics(
profiles::ProfileStatisticsCallback callback) { … }
void ProfileStatistics::DeregisterAggregator() { … }