diff options
Diffstat (limited to 'content/public/common/file_chooser_params.cc')
-rw-r--r-- | content/public/common/file_chooser_params.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/public/common/file_chooser_params.cc b/content/public/common/file_chooser_params.cc index 97de9e3..da1ca6f 100644 --- a/content/public/common/file_chooser_params.cc +++ b/content/public/common/file_chooser_params.cc @@ -9,6 +9,8 @@ namespace content { FileChooserParams::FileChooserParams() : mode(Open), need_local_path(true) { } +FileChooserParams::FileChooserParams(const FileChooserParams& other) = default; + FileChooserParams::~FileChooserParams() { } |