Index: ui/shell_dialogs/select_file_dialog_mac.h |
diff --git a/ui/shell_dialogs/select_file_dialog_mac.h b/ui/shell_dialogs/select_file_dialog_mac.h |
index c8f983ee97a80b1754662dfc6b1c57b14687ef9f..b3765ef42243a6a4887348a99bc28073ff7f22ed 100644 |
--- a/ui/shell_dialogs/select_file_dialog_mac.h |
+++ b/ui/shell_dialogs/select_file_dialog_mac.h |
@@ -63,6 +63,7 @@ class SHELL_DIALOGS_EXPORT SelectFileDialogImpl : public ui::SelectFileDialog { |
struct DialogData { |
DialogData(void* params_, |
base::scoped_nsobject<ExtensionDropdownHandler> handler); |
+ DialogData(const DialogData& other); |
// |params| user data associated with this file dialog. |
void* params; |