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

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

Issue 14593012: BrowserContext should simply own DownloadManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/test_download_shelf.cc
diff --git a/chrome/browser/download/test_download_shelf.cc b/chrome/browser/download/test_download_shelf.cc
index c28cb0382f4fda4f408aedda7f82c7ea62b63bda..a5a696229dcaa7e9b84de9cc62c87414ede89062 100644
--- a/chrome/browser/download/test_download_shelf.cc
+++ b/chrome/browser/download/test_download_shelf.cc
@@ -48,5 +48,5 @@ base::TimeDelta TestDownloadShelf::GetTransientDownloadShowDelay() {
}
content::DownloadManager* TestDownloadShelf::GetDownloadManager() {
- return download_manager_.get();
+ return download_manager_;
}

Powered by Google App Engine
This is Rietveld 408576698