| 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_;
|
|
|