chromium/chrome/browser/notifications/scheduler/public/client_overview.cc

// Copyright 2019 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/notifications/scheduler/public/client_overview.h"

#include <utility>

namespace notifications {

ClientOverview::ClientOverview() :{}

ClientOverview::ClientOverview(ImpressionDetail impression_detail,
                               size_t num_scheduled_notifications)
    :{}

ClientOverview::ClientOverview(const ClientOverview& other) = default;

ClientOverview::~ClientOverview() = default;

bool ClientOverview::operator==(const ClientOverview& other) const {}

}  // namespace notifications