| Index: content/public/test/download_test_observer.h
|
| diff --git a/content/public/test/download_test_observer.h b/content/public/test/download_test_observer.h
|
| index 8df29882e721d00190c21ea4411ac1582457f614..ab38112b47c3db62cb1baeb704532fbdcb4a8a6b 100644
|
| --- a/content/public/test/download_test_observer.h
|
| +++ b/content/public/test/download_test_observer.h
|
| @@ -57,8 +57,10 @@ class DownloadTestObserver : public DownloadManager::Observer,
|
| virtual void OnDownloadUpdated(DownloadItem* download) OVERRIDE;
|
| virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
|
|
|
| - // DownloadManager::Observer
|
| - virtual void ModelChanged(DownloadManager* manager) OVERRIDE;
|
| + // content::DownloadManager::Observer
|
| + virtual void OnDownloadCreated(content::DownloadManager* manager,
|
| + content::DownloadItem* item) OVERRIDE;
|
| + virtual void ModelChanged(content::DownloadManager* manager) OVERRIDE;
|
|
|
| size_t NumDangerousDownloadsSeen() const;
|
|
|
|
|