blob: 251278a51353797a3c7d519edbd98b215516b724 [file] [log] [blame]
Sergey Kuznetsovae594402019-04-19 16:08:051// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include <string>
6
7#include "base/bind.h"
Guido Urdanetaef4e91942020-11-09 15:06:248#include "base/test/bind.h"
Ken Rockotd6ac38d2019-07-30 21:08:589#include "components/services/patch/content/patch_service.h"
Miyoung Shinea48f772019-07-19 01:20:2710#include "components/services/patch/public/mojom/file_patcher.mojom.h"
Ken Rockot61df0412019-07-26 17:12:1911#include "components/services/unzip/content/unzip_service.h"
Miyoung Shinf917f0422019-07-19 04:10:21