| Index: chrome/browser/download/notification/download_notification_manager.h
|
| diff --git a/chrome/browser/download/notification/download_notification_manager.h b/chrome/browser/download/notification/download_notification_manager.h
|
| index e164c08864c4daf007a77d8aed471d6e5a2bf24d..3b45d8618a4ef6d33d42d285fe37ad9560446c6c 100644
|
| --- a/chrome/browser/download/notification/download_notification_manager.h
|
| +++ b/chrome/browser/download/notification/download_notification_manager.h
|
| @@ -32,7 +32,8 @@ class DownloadNotificationManager : public DownloadUIController::Delegate {
|
| std::map<Profile*, DownloadNotificationManagerForProfile*>
|
| manager_for_profile_;
|
|
|
| - STLValueDeleter<std::map<Profile*, DownloadNotificationManagerForProfile*>>
|
| + base::STLValueDeleter<
|
| + std::map<Profile*, DownloadNotificationManagerForProfile*>>
|
| items_deleter_;
|
| };
|
|
|
| @@ -69,7 +70,8 @@ class DownloadNotificationManagerForProfile
|
| // Pointer to the message center instance.
|
| message_center::MessageCenter* message_center_;
|
|
|
| - STLValueDeleter<std::map<content::DownloadItem*, DownloadItemNotification*>>
|
| + base::STLValueDeleter<
|
| + std::map<content::DownloadItem*, DownloadItemNotification*>>
|
| items_deleter_;
|
| };
|
|
|
|
|