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

Unified Diff: content/browser/download/download_item_impl.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 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: content/browser/download/download_item_impl.h
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
index 50b3dbd0f1a2f6ad39758c8a28ac4305d5b17ce4..37041cad6b2028a46fdba23722392e4ac0c2a50e 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -493,7 +493,7 @@ class CONTENT_EXPORT DownloadItemImpl
DownloadDangerType danger_type_;
// The views of this item in the download shelf and download contents.
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
// Time the download was started.
base::Time start_time_;
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_impl.h ('k') | content/browser/download/download_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698