#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 {
BinaryUploadService* CloudBinaryUploadServiceFactory::GetForProfile(
Profile* profile) { … }
CloudBinaryUploadServiceFactory*
CloudBinaryUploadServiceFactory::GetInstance() { … }
CloudBinaryUploadServiceFactory::CloudBinaryUploadServiceFactory()
: … { … }
std::unique_ptr<KeyedService>
CloudBinaryUploadServiceFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }
}