Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index 081806fe5412af952e05b51412c0f95cd0147e09..54c5c31c6ae23053b8fb39c718465f94f61c8353 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -1196,7 +1196,7 @@ void BrowserOptionsHandler::HandleSelectDownloadLocation( |
pref_service->GetFilePath(prefs::kDownloadDefaultDirectory), |
&info, |
0, |
- FILE_PATH_LITERAL(std::string()), |
+ base::FilePath::StringType(), |
web_ui()->GetWebContents()->GetView()->GetTopLevelNativeWindow(), |
NULL); |
} |