chromium/chrome/browser/enterprise/connectors/analysis/local_binary_upload_service_factory.cc

// Copyright 2022 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/connectors/analysis/local_binary_upload_service_factory.h"

#include "chrome/browser/enterprise/connectors/analysis/local_binary_upload_service.h"
#include "chrome/browser/enterprise/signals/system_signals_service_host_factory.h"
#include "chrome/browser/profiles/profile.h"

namespace enterprise_connectors {

// static
safe_browsing::BinaryUploadService*
LocalBinaryUploadServiceFactory::GetForProfile(Profile* profile) {}

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

LocalBinaryUploadServiceFactory::LocalBinaryUploadServiceFactory()
    :{}

KeyedService* LocalBinaryUploadServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* context) const {}

}  // namespace enterprise_connectors