// 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. #ifndef CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_DISPLAY_H_ #define CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_DISPLAY_H_ #include <optional> #include <string> namespace offline_items_collection { struct ContentId; } // This interface defines the Download Toolbar Button (a.k.a. Download Bubble). class DownloadDisplay { … }; #endif // CHROME_BROWSER_UI_DOWNLOAD_DOWNLOAD_DISPLAY_H_