blob: 9852c08b7a8420545afdcc485d3f2338291283b2 [file] [log] [blame]
Avi Drissman8ba1bad2022-09-13 19:22:361// Copyright 2014 The Chromium Authors
[email protected]0d5a61a82014-05-31 22:28:342// 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 Drissman12be0312023-01-11 09:16:0910#include "base/functional/callback.h"
holte4ae63f52017-03-08 00:25:0811#include "base/strings/string_piece.h"
[email protected]0d5a61a82014-05-31 22:28:34