Avi Drissman | e4622aa | 2022-09-08 20:36:06 | [diff] [blame] | 1 | // Copyright 2019 The Chromium Authors |
Brian White | b2b90da | 2019-05-22 19:25:39 | [diff] [blame] | 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 "base/metrics/crc32.h" | ||||
Tarcisio Fischer | 49d7ea4 | 2024-07-18 19:38:03 | [diff] [blame] | 6 | #include "third_party/zlib/zlib.h" |
Tarcisio Fischer | 49d7ea4 | 2024-07-18 19:38:03 | [diff] [blame] | 7 | |
Brian White | b2b90da | 2019-05-22 19:25:39 | [diff] [blame] |