Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: chrome/browser/ui/webui/quota_internals/quota_internals_types.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698