| Index: chrome/browser/browsing_data/browsing_data_file_system_helper.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper.h b/chrome/browser/browsing_data/browsing_data_file_system_helper.h
|
| index 0f2066a1c69d568d70f85b888aedde57f64a3adf..b8e73c998622c233f1cc1016543337600dcd6922 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_file_system_helper.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.h
|
| @@ -44,6 +44,7 @@ class BrowsingDataFileSystemHelper
|
| // the amount of data (in bytes) for each sandboxed filesystem type.
|
| struct FileSystemInfo {
|
| explicit FileSystemInfo(const GURL& origin);
|
| + FileSystemInfo(const FileSystemInfo& other);
|
| ~FileSystemInfo();
|
|
|
| // The origin for which the information is relevant.
|
|
|