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

namespace notifications {

NotificationData::Button::Button() :{}
NotificationData::Button::Button(const Button& other) = default;

bool NotificationData::Button::operator==(const Button& other) const {}

NotificationData::Button::~Button() = default;

NotificationData::NotificationData() = default;

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

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

NotificationData::~NotificationData() = default;

}  // namespace notifications