blob: 91ef79d03094d22dec67c0c2b945ebfcec1ce8c9 [file] [log] [blame]
// Copyright 2017 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/notification_display_service.h"
#include "chrome/browser/notifications/notification_display_service_factory.h"
NotificationDisplayService::Observer::~Observer() = default;
// static
NotificationDisplayService* NotificationDisplayService::GetForProfile(
Profile* profile) {
return NotificationDisplayServiceFactory::GetForProfile(profile);
}
NotificationDisplayService::~NotificationDisplayService() = default;