Index: chrome/browser/views/shell_dialogs_win.cc |
=================================================================== |
--- chrome/browser/views/shell_dialogs_win.cc (revision 58317) |
+++ chrome/browser/views/shell_dialogs_win.cc (working copy) |
@@ -846,7 +846,7 @@ |
// Use lpstrInitialDir to specify the initial directory |
if (!path->empty()) { |
bool is_dir; |
- file_util::FileInfo file_info; |
+ base::PlatformFileInfo file_info; |
if (file_util::GetFileInfo(*path, &file_info)) |
is_dir = file_info.is_directory; |
else |