chromium/chrome/browser/notifications/system_notification_helper.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_NOTIFICATIONS_SYSTEM_NOTIFICATION_HELPER_H_
#define CHROME_BROWSER_NOTIFICATIONS_SYSTEM_NOTIFICATION_HELPER_H_

#include <memory>
#include <string>

#include "ui/message_center/public/cpp/notification.h"

class NotificationDisplayService;

// This class assists in displaying notifications that do not have an associated
// Profile.
class SystemNotificationHelper {};

#endif  // CHROME_BROWSER_NOTIFICATIONS_SYSTEM_NOTIFICATION_HELPER_H_