Chromium Code Reviews| Index: content/test/test_browser_context.cc |
| =================================================================== |
| --- content/test/test_browser_context.cc (revision 140592) |
| +++ content/test/test_browser_context.cc (working copy) |
| @@ -36,7 +36,7 @@ |
| return false; |
| } |
| -DownloadManager* TestBrowserContext::GetDownloadManager() { |
| +DownloadManagerDelegate* TestBrowserContext::GetDownloadManagerDelegate() { |
| return NULL; |
| } |