Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors |
[email protected] | 0d5a61a8 | 2014-05-31 22:28:34 | [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 | #ifndef COMPONENTS_METRICS_METRICS_LOG_UPLOADER_H_ | ||||
6 | #define COMPONENTS_METRICS_METRICS_LOG_UPLOADER_H_ | ||||
7 | |||||
8 | #include <string> | ||||
9 | |||||
Avi Drissman | 12be031 | 2023-01-11 09:16:09 | [diff] [blame] | 10 | #include "base/functional/callback.h" |
holte | 4ae63f5 | 2017-03-08 00:25:08 | [diff] [blame] | 11 | #include "base/strings/string_piece.h" |
[email protected] | 0d5a61a8 | 2014-05-31 22:28:34 | [ |