Index: chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc |
diff --git a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc |
index 544fb61b8c68be2be62324a23e6e2eadd0474286..b7016dce0a278e444098859b064820fc7bfd2cca 100644 |
--- a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc |
+++ b/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_kde.cc |
@@ -331,7 +331,7 @@ void SelectFileDialogImplKDE::GetKDialogCommandLine( |
command_line->AppendSwitchNative( |
desktop_ == base::nix::DESKTOP_ENVIRONMENT_KDE3 ? |
"--embed" : "--attach", |
- base::IntToString(parent)); |
+ base::Uint64ToString(parent)); |
} |
// Set the correct title for the dialog. |