// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_DOWNLOAD_PUBLIC_BACKGROUND_SERVICE_BLOB_CONTEXT_GETTER_FACTORY_H_ #define COMPONENTS_DOWNLOAD_PUBLIC_BACKGROUND_SERVICE_BLOB_CONTEXT_GETTER_FACTORY_H_ #include "base/functional/callback.h" #include "base/memory/weak_ptr.h" namespace storage { class BlobStorageContext; } // namespace storage namespace download { BlobContextGetter; BlobContextGetterCallback; // Retrieves a blob storage context getter on main thread. class BlobContextGetterFactory { … }; BlobContextGetterFactoryPtr; } // namespace download #endif // COMPONENTS_DOWNLOAD_PUBLIC_BACKGROUND_SERVICE_BLOB_CONTEXT_GETTER_FACTORY_H_