// Copyright 2015 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_DOWNLOAD_DOWNLOAD_COMMANDS_H_ #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_COMMANDS_H_ #include "base/gtest_prod_util.h" #include "base/memory/weak_ptr.h" #include "base/task/sequenced_task_runner.h" #include "build/build_config.h" #include "url/gurl.h" #if !BUILDFLAG(IS_ANDROID) class Browser; #endif class DownloadUIModel; class DownloadCommands { … }; #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_COMMANDS_H_