| Index: chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_types.h b/chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| index eeea4773ee9073abd9c7251ea3bb2fe617a6981a..53ea9dd7eb69074be419a32a6ca38630e34a2663 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_types.h
|
| @@ -70,6 +70,7 @@ class PerHostStorageInfo {
|
| class PerOriginStorageInfo {
|
| public:
|
| PerOriginStorageInfo(const GURL& origin, storage::StorageType type);
|
| + PerOriginStorageInfo(const PerOriginStorageInfo& other);
|
| ~PerOriginStorageInfo();
|
|
|
| void set_in_use(bool in_use) {
|
|
|