#include "chrome/browser/notifications/scheduler/internal/notification_entry.h"
#include <utility>
namespace notifications {
NotificationEntry::NotificationEntry()
: … { … }
NotificationEntry::NotificationEntry(SchedulerClientType type,
const std::string& guid)
: … { … }
NotificationEntry::NotificationEntry(const NotificationEntry& other) = default;
bool NotificationEntry::operator==(const NotificationEntry& other) const { … }
bool NotificationEntry::operator!=(const NotificationEntry& other) const { … }
NotificationEntry::~NotificationEntry() = default;
}