chromium/components/push_notification/fake_push_notification_client.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 COMPONENTS_PUSH_NOTIFICATION_FAKE_PUSH_NOTIFICATION_CLIENT_H_
#define COMPONENTS_PUSH_NOTIFICATION_FAKE_PUSH_NOTIFICATION_CLIENT_H_

#include "base/memory/raw_ptr.h"
#include "components/push_notification/push_notification_client.h"

namespace push_notification {

class FakePushNotificationClient : public PushNotificationClient {};

}  // namespace push_notification

#endif  // COMPONENTS_PUSH_NOTIFICATION_FAKE_PUSH_NOTIFICATION_CLIENT_H_