// 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. #include "chrome/browser/enterprise/connectors/test/uploader_test_utils.h" #include "base/containers/span.h" #include "base/run_loop.h" #include "base/test/bind.h" #include "net/base/net_errors.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace enterprise_connectors::test { std::string GetBodyFromFileOrPageRequest( safe_browsing::ConnectorDataPipeGetter* data_pipe_getter) { … } } // namespace enterprise_connectors::test