chromium/components/push_notification/push_notification_service.cc

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

#include "components/push_notification/push_notification_service.h"

namespace push_notification {

PushNotificationService::PushNotificationService()
    :{}

PushNotificationService::~PushNotificationService() = default;

PushNotificationClientManager*
PushNotificationService::GetPushNotificationClientManager() {}

}  // namespace push_notification