Index: chrome/browser/download/download_browsertest.cc |
=================================================================== |
--- chrome/browser/download/download_browsertest.cc (revision 147600) |
+++ chrome/browser/download/download_browsertest.cc (working copy) |
@@ -353,7 +353,7 @@ |
} |
FilePath GetDownloadDirectory(Browser* browser) { |
- return GetDownloadPrefs(browser)->download_path(); |
+ return GetDownloadPrefs(browser)->DownloadPath(); |
} |
// Create a DownloadTestObserverTerminal that will wait for the |