chromium/components/services/storage/service_worker/service_worker_storage_test_utils.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/services/storage/service_worker/service_worker_storage_test_utils.h"

#include "base/containers/span.h"
#include "base/run_loop.h"
#include "base/task/single_thread_task_runner.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace storage {

namespace {

void ReadDataPipeInternal(mojo::DataPipeConsumerHandle handle,
                          std::string* result,
                          base::OnceClosure quit_closure) {}

}  // namespace

namespace test {

std::string ReadDataPipeViaRunLoop(mojo::ScopedDataPipeConsumerHandle handle) {}

}  // namespace test
}  // namespace storage