chromium/chrome/browser/notifications/scheduler/public/notification_scheduler_types.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/notification_scheduler_types.h"

namespace notifications {

UserActionData::UserActionData(SchedulerClientType client_type,
                               UserActionType action_type,
                               const std::string& guid)
    :{}

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

UserActionData::~UserActionData() = default;

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

}  // namespace notifications