summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc')
-rw-r--r--chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
index 5778d6c..eda5b26 100644
--- a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
+++ b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
@@ -79,7 +79,7 @@ class SelectFileDialogImplGTK : public SelectFileDialogImpl,
// |params| is user data we pass back via the Listener interface.
virtual void SelectFileImpl(
Type type,
- const string16& title,
+ const base::string16& title,
const base::FilePath& default_path,
const FileTypeInfo* file_types,
int file_type_index,
@@ -215,7 +215,7 @@ void SelectFileDialogImplGTK::OnWindowDestroying(aura::Window* window) {
// We ignore |default_extension|.
void SelectFileDialogImplGTK::SelectFileImpl(
Type type,
- const string16& title,
+ const base::string16& title,
const base::FilePath& default_path,
const FileTypeInfo* file_types,
int file_type_index,