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

Unified Diff: chrome/browser/download/notification/download_item_notification_unittest.cc

Issue 2287783002: Remove stl_util's STLValueDeleter. (Closed)
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « base/stl_util.h ('k') | chrome/browser/download/notification/download_notification_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/notification/download_item_notification_unittest.cc
diff --git a/chrome/browser/download/notification/download_item_notification_unittest.cc b/chrome/browser/download/notification/download_item_notification_unittest.cc
index d9456807a7c3d2f78392835e603905d41eef9273..c95b8455b93f0ec60bab4a0897e0addea2f99535 100644
--- a/chrome/browser/download/notification/download_item_notification_unittest.cc
+++ b/chrome/browser/download/notification/download_item_notification_unittest.cc
@@ -163,7 +163,7 @@ class DownloadItemNotificationTest : public testing::Test {
void CreateDownloadItemNotification() {
download_notification_manager_->OnNewDownloadReady(download_item_.get());
download_item_notification_ =
- download_notification_manager_->items_[download_item_.get()];
+ download_notification_manager_->items_[download_item_.get()].get();
message_center_->AddVisibleNotification(
download_item_notification_->notification_.get());
}
« no previous file with comments | « base/stl_util.h ('k') | chrome/browser/download/notification/download_notification_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698