// Copyright 2012 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/download/public/common/mock_download_file.h" #include "base/functional/bind.h" #include "base/task/single_thread_task_runner.h" #include "testing/gmock/include/gmock/gmock.h" _; Return; namespace download { namespace { ACTION_P(PostSuccessRun, task_runner) { … } } // namespace MockDownloadFile::MockDownloadFile() { … } MockDownloadFile::~MockDownloadFile() { … } void MockDownloadFile::AddInputStream(std::unique_ptr<InputStream> input_stream, int64_t offset) { … } } // namespace download