Index: ui/shell_dialogs/gtk/select_file_dialog_impl.cc |
diff --git a/ui/shell_dialogs/gtk/select_file_dialog_impl.cc b/ui/shell_dialogs/gtk/select_file_dialog_impl.cc |
index 05f51131ab2cdc4c85798bc0c74b682f70b46347..caea53aa014220d21ca85ffc7b7539ec7b3a6bda 100644 |
--- a/ui/shell_dialogs/gtk/select_file_dialog_impl.cc |
+++ b/ui/shell_dialogs/gtk/select_file_dialog_impl.cc |
@@ -25,8 +25,8 @@ UseKdeFileDialogStatus use_kde_ = UNKNOWN; |
namespace ui { |
-FilePath* SelectFileDialogImpl::last_saved_path_ = NULL; |
-FilePath* SelectFileDialogImpl::last_opened_path_ = NULL; |
+base::FilePath* SelectFileDialogImpl::last_saved_path_ = NULL; |
+base::FilePath* SelectFileDialogImpl::last_opened_path_ = NULL; |
// static |
SelectFileDialog* CreateLinuxSelectFileDialog( |