chromium/chrome/browser/ui/toasts/toast_service.h

// Copyright 2024 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_UI_TOASTS_TOAST_SERVICE_H_
#define CHROME_BROWSER_UI_TOASTS_TOAST_SERVICE_H_

#include <memory>

class BrowserWindowInterface;
class ToastController;
class ToastRegistry;

// The ToastService serves as the centralized location for all features to
// register its toast.
class ToastService {};

#endif  // CHROME_BROWSER_UI_TOASTS_TOAST_SERVICE_H_