summaryrefslogtreecommitdiffstats
path: root/content/public/common/file_chooser_file_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/file_chooser_file_info.h')
-rw-r--r--content/public/common/file_chooser_file_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/file_chooser_file_info.h b/content/public/common/file_chooser_file_info.h
index d2bb5e0..0f33823 100644
--- a/content/public/common/file_chooser_file_info.h
+++ b/content/public/common/file_chooser_file_info.h
@@ -17,6 +17,7 @@ namespace content {
// Result of file chooser.
struct CONTENT_EXPORT FileChooserFileInfo {
FileChooserFileInfo();
+ FileChooserFileInfo(const FileChooserFileInfo& other);
~FileChooserFileInfo();
base::FilePath file_path;