| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 7bc69b65c45948ae16bb45fd0c21a5319d72e19d..e06049b9351f6e42c23f1d587d91afe6af2bb759 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -145,8 +145,9 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| // across the next restart.
|
| static void SaveSessionState(BrowserContext* browser_context);
|
|
|
| - static void SetDownloadManagerForTesting(BrowserContext* browser_context,
|
| - DownloadManager* download_manager);
|
| + static void SetDownloadManagerForTesting(
|
| + BrowserContext* browser_context,
|
| + std::unique_ptr<content::DownloadManager> download_manager);
|
|
|
| // Makes the Service Manager aware of this BrowserContext, and assigns a user
|
| // ID number to it. Should be called for each BrowserContext created.
|
|
|