#include "components/update_client/patch/in_process_patcher.h"
#include <utility>
#include "base/files/file.h"
#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "third_party/puffin/src/include/puffin/puffpatch.h"
namespace update_client {
namespace {
class InProcessPatcher : public Patcher { … };
}
InProcessPatcherFactory::InProcessPatcherFactory() = default;
scoped_refptr<Patcher> InProcessPatcherFactory::Create() const { … }
InProcessPatcherFactory::~InProcessPatcherFactory() = default;
}