| Index: chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h
|
| index 55f1c3006b8d09df40cf5db1b4be1929316c9fe3..89db17c5c5fa8c8317963afccac8624a064980c1 100644
|
| --- a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h
|
| +++ b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h
|
| @@ -59,7 +59,7 @@ class SelectFileDialogImpl : public ui::SelectFileDialog {
|
| gfx::NativeWindow owning_window,
|
| void* params) = 0;
|
|
|
| - // Wrapper for file_util::DirectoryExists() that allow access on the UI
|
| + // Wrapper for base::DirectoryExists() that allow access on the UI
|
| // thread. Use this only in the file dialog functions, where it's ok
|
| // because the file dialog has to do many stats anyway. One more won't
|
| // hurt too badly and it's likely already cached.
|
|
|