chromium/chrome/browser/safe_browsing/cloud_content_scanning/cloud_binary_upload_service_factory.cc

// Copyright 2020 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/safe_browsing/cloud_content_scanning/cloud_binary_upload_service_factory.h"

#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/safe_browsing/cloud_content_scanning/cloud_binary_upload_service.h"
#include "chrome/browser/safe_browsing/safe_browsing_service.h"
#include "components/safe_browsing/core/common/features.h"
#include "content/public/browser/browser_context.h"

namespace safe_browsing {

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

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

CloudBinaryUploadServiceFactory::CloudBinaryUploadServiceFactory()
    :{}

std::unique_ptr<KeyedService>
CloudBinaryUploadServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}

}  // namespace safe_browsing