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

Unified Diff: chrome/browser/download/test_download_shelf.cc

Issue 11673004: No need to pass DownloadItemModel ownership. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/test_download_shelf.cc
diff --git a/chrome/browser/download/test_download_shelf.cc b/chrome/browser/download/test_download_shelf.cc
index 60c050b0fb338bd6c830e91a9fc55aac9a1f4f04..9957c64e5b045eb01101d3d6ed2890f1e682926b 100644
--- a/chrome/browser/download/test_download_shelf.cc
+++ b/chrome/browser/download/test_download_shelf.cc
@@ -23,7 +23,7 @@ Browser* TestDownloadShelf::browser() const {
return NULL;
}
-void TestDownloadShelf::DoAddDownload(DownloadItemModel* download_model) {
+void TestDownloadShelf::DoAddDownload(content::DownloadItem* download) {
}
void TestDownloadShelf::DoShow() {

Powered by Google App Engine
This is Rietveld 408576698