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

Unified Diff: chrome/browser/download/all_download_item_notifier.h

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android clang build Created 7 years, 10 months 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/all_download_item_notifier.h
diff --git a/chrome/browser/download/all_download_item_notifier.h b/chrome/browser/download/all_download_item_notifier.h
index 73c661c93a33aecee109dae09fe308e23db3930b..32860ad2761ff55ffa15e98c0d5b90e6395387ae 100644
--- a/chrome/browser/download/all_download_item_notifier.h
+++ b/chrome/browser/download/all_download_item_notifier.h
@@ -60,7 +60,7 @@ class AllDownloadItemNotifier
};
AllDownloadItemNotifier(content::DownloadManager* manager,
- Observer* observer);
+ Observer* observer);
virtual ~AllDownloadItemNotifier();

Powered by Google App Engine
This is Rietveld 408576698