| 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..f850b9d7913ba5e18b05999f1d00e2f71e18d8f3 100644
|
| --- a/content/public/test/download_test_observer.h
|
| +++ b/content/public/test/download_test_observer.h
|
| @@ -58,6 +58,8 @@ class DownloadTestObserver : public DownloadManager::Observer,
|
| virtual void OnDownloadDestroyed(DownloadItem* download) OVERRIDE;
|
|
|
| // DownloadManager::Observer
|
| + virtual void OnDownloadCreated(
|
| + DownloadManager* manager, DownloadItem* download) OVERRIDE;
|
| virtual void ModelChanged(DownloadManager* manager) OVERRIDE;
|
|
|
| size_t NumDangerousDownloadsSeen() const;
|
|
|