blob: d726129993e64febadfb6318901f20ce15941dd9 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ENTERPRISE_CONNECTORS_TEST_UPLOADER_TEST_UTILS_H_
#define CHROME_BROWSER_ENTERPRISE_CONNECTORS_TEST_UPLOADER_TEST_UTILS_H_
#include "components/enterprise/connectors/core/connector_data_pipe_getter.h"
namespace enterprise_connectors::test {
std::string GetBodyFromFileOrPageRequest(
ConnectorDataPipeGetter* data_pipe_getter);
} // namespace enterprise_connectors::test
#endif // CHROME_BROWSER_ENTERPRISE_CONNECTORS_TEST_UPLOADER_TEST_UTILS_H_