Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2285)

Unified Diff: chrome/browser/download/notification/download_item_notification.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/notification/download_item_notification.h
diff --git a/chrome/browser/download/notification/download_item_notification.h b/chrome/browser/download/notification/download_item_notification.h
index 06835d49ccfae20b71b6e4c0c61aafb92e2e0b99..251a1c9ab27f67e23e7587b86c3e166a108a1a6b 100644
--- a/chrome/browser/download/notification/download_item_notification.h
+++ b/chrome/browser/download/notification/download_item_notification.h
@@ -29,6 +29,8 @@ namespace gfx {
enum class VectorIconId;
}
+class DownloadNotificationManagerForProfile;
+
class DownloadItemNotification : public DownloadNotification,
public ImageDecoder::ImageRequest {
public:

Powered by Google App Engine
This is Rietveld 408576698