| Index: chrome/browser/download/download_test_observer.h
|
| diff --git a/chrome/browser/download/download_test_observer.h b/chrome/browser/download/download_test_observer.h
|
| index 1be27bec4d69edb2511f986a8df4c65c60a479a6..ae165900c81667b375073e01639cba027b413cfc 100644
|
| --- a/chrome/browser/download/download_test_observer.h
|
| +++ b/chrome/browser/download/download_test_observer.h
|
| @@ -255,7 +255,7 @@ class DownloadTestItemCreationObserver
|
| bool started() const { return called_back_count_ > 0; }
|
| bool succeeded() const { return started() && (error_ == net::OK); }
|
|
|
| - const content::DownloadManager::OnStartedCallback callback();
|
| + const content::DownloadUrlParameters::OnStartedCallback callback();
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<DownloadTestItemCreationObserver>;
|
|
|