| Index: content/public/test/test_browser_context.h
|
| ===================================================================
|
| --- content/public/test/test_browser_context.h (revision 140592)
|
| +++ content/public/test/test_browser_context.h (working copy)
|
| @@ -30,7 +30,7 @@
|
|
|
| virtual FilePath GetPath() OVERRIDE;
|
| virtual bool IsOffTheRecord() const OVERRIDE;
|
| - virtual DownloadManager* GetDownloadManager() OVERRIDE;
|
| + virtual DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
|
|