summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser.cc')
-rw-r--r--chrome/browser/ui/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index c6b30b8..a31b4b0 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -817,7 +817,7 @@ void Browser::OpenFile() {
directory,
&file_types,
0,
- FILE_PATH_LITERAL(std::string()),
+ base::FilePath::StringType(),
parent_window,
NULL);
}