Sergey Kuznetsov | ae59440 | 2019-04-19 16:08:05 | [diff] [blame] | 1 | // 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 Urdaneta | ef4e9194 | 2020-11-09 15:06:24 | [diff] [blame] | 8 | #include "base/test/bind.h" |
Ken Rockot | d6ac38d | 2019-07-30 21:08:58 | [diff] [blame] | 9 | #include "components/services/patch/content/patch_service.h" |
Miyoung Shin | ea48f77 | 2019-07-19 01:20:27 | [diff] [blame] | 10 | #include "components/services/patch/public/mojom/file_patcher.mojom.h" |
Ken Rockot | 61df041 | 2019-07-26 17:12:19 | [diff] [blame] | 11 | #include "components/services/unzip/content/unzip_service.h" |
Miyoung Shin | f917f042 | 2019-07-19 04:10:21 | [diff] [blame] |
|