chromium/chrome/browser/enterprise/remote_commands/user_remote_commands_service_factory.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 "chrome/browser/enterprise/remote_commands/user_remote_commands_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/enterprise/remote_commands/user_remote_commands_service.h"
#include "chrome/browser/invalidation/profile_invalidation_provider_factory.h"
#include "chrome/browser/policy/cloud/user_fm_registration_token_uploader_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_selections.h"

namespace enterprise_commands {

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

// static
UserRemoteCommandsService* UserRemoteCommandsServiceFactory::GetForProfile(
    Profile* profile) {}
std::unique_ptr<KeyedService>
UserRemoteCommandsServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}

UserRemoteCommandsServiceFactory::UserRemoteCommandsServiceFactory()
    :{}
UserRemoteCommandsServiceFactory::~UserRemoteCommandsServiceFactory() = default;

}  // namespace enterprise_commands