chromium/chrome/browser/notifications/notifier_state_tracker_factory.cc

// Copyright 2015 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/notifier_state_tracker_factory.h"

#include "chrome/browser/notifications/notifier_state_tracker.h"
#include "chrome/browser/permissions/permission_manager_factory.h"
#include "chrome/browser/profiles/profile.h"

// static
NotifierStateTracker*
NotifierStateTrackerFactory::GetForProfile(Profile* profile) {}

// static
NotifierStateTrackerFactory*
NotifierStateTrackerFactory::GetInstance() {}

NotifierStateTrackerFactory::NotifierStateTrackerFactory()
    :{}

NotifierStateTrackerFactory::~NotifierStateTrackerFactory() = default;

std::unique_ptr<KeyedService>
NotifierStateTrackerFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* profile) const {}