| 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..d8ea6850689aa20edba9c6bbbd2cc2789553ce0e 100644
|
| --- a/chrome/browser/download/download_test_observer.h
|
| +++ b/chrome/browser/download/download_test_observer.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "content/public/browser/download_item.h"
|
| #include "content/public/browser/download_manager.h"
|
| +#include "content/public/browser/download_url_parameters.h"
|
| #include "net/base/net_errors.h"
|
|
|
| // Detects changes to the downloads after construction.
|
| @@ -255,7 +256,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>;
|
|
|