Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
| index c6b30b85143ab1f67f1bbc1fdebc4addf0eb3d1d..a31b4b07a9362cc92865b3f0c569476089d77c1d 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); |
| } |