Index: ui/shell_dialogs/select_file_dialog_mac.mm |
diff --git a/ui/shell_dialogs/select_file_dialog_mac.mm b/ui/shell_dialogs/select_file_dialog_mac.mm |
index e962a9868f6e5016f48f64ff736e610df6792449..7a376c24b3b765fa06130c8bb3cfa86407856678 100644 |
--- a/ui/shell_dialogs/select_file_dialog_mac.mm |
+++ b/ui/shell_dialogs/select_file_dialog_mac.mm |
@@ -83,7 +83,7 @@ class SelectFileDialogImpl : public ui::SelectFileDialog { |
// |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, |
@@ -171,7 +171,7 @@ bool SelectFileDialogImpl::ShouldEnableFilename(NSSavePanel* dialog, |
void SelectFileDialogImpl::SelectFileImpl( |
Type type, |
- const string16& title, |
+ const base::string16& title, |
const base::FilePath& default_path, |
const FileTypeInfo* file_types, |
int file_type_index, |