#include "components/services/patch/file_patcher_impl.h"
#include <utility>
#include "base/functional/callback.h"
#include "third_party/puffin/src/include/puffin/puffpatch.h"
namespace patch {
FilePatcherImpl::FilePatcherImpl() = default;
FilePatcherImpl::FilePatcherImpl(
mojo::PendingReceiver<mojom::FilePatcher> receiver)
: … { … }
FilePatcherImpl::~FilePatcherImpl() = default;
void FilePatcherImpl::PatchFilePuffPatch(base::File input_file,
base::File patch_file,
base::File output_file,
PatchFilePuffPatchCallback callback) { … }
}