| Index: chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc b/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| index ce8f752fa65775435390ccdef7aca8e51bb89975..8b3cb513d879d69cef03d1a9fcc0743295d81b54 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_types.cc
|
| @@ -79,6 +79,9 @@ PerOriginStorageInfo::PerOriginStorageInfo(const GURL& origin,
|
| used_count_(-1) {
|
| }
|
|
|
| +PerOriginStorageInfo::PerOriginStorageInfo(const PerOriginStorageInfo& other) =
|
| + default;
|
| +
|
| PerOriginStorageInfo::~PerOriginStorageInfo() {}
|
|
|
| base::Value* PerOriginStorageInfo::NewValue() const {
|
|
|