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