summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 5c5c581..1963361 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -993,7 +993,7 @@ void Browser::OpenFile() {
gfx::NativeWindow parent_window = window_->GetNativeHandle();
select_file_dialog_->SelectFile(SelectFileDialog::SELECT_OPEN_FILE,
string16(), FilePath(),
- std::wstring(), 0, FILE_PATH_LITERAL(""),
+ NULL, 0, FILE_PATH_LITERAL(""),
parent_window, NULL);
}
#endif