| Index: ui/shell_dialogs/gtk/select_file_dialog_impl.h
|
| diff --git a/ui/shell_dialogs/gtk/select_file_dialog_impl.h b/ui/shell_dialogs/gtk/select_file_dialog_impl.h
|
| index 19118278b1b781c9f2e8d3334e7a2edefe9089a4..ebe497fb6f6efc5fa3806a83ff7170af1dca0f8b 100644
|
| --- a/ui/shell_dialogs/gtk/select_file_dialog_impl.h
|
| +++ b/ui/shell_dialogs/gtk/select_file_dialog_impl.h
|
| @@ -53,7 +53,7 @@ class SelectFileDialogImpl : public 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.
|
|
|