chromium/chrome/browser/profiles/profile_statistics.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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() {}