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

Unified Diff: components/storage_monitor/storage_info.h

Issue 1728033002: components: 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: components/storage_monitor/storage_info.h
diff --git a/components/storage_monitor/storage_info.h b/components/storage_monitor/storage_info.h
index d10e445ba38695ea12ac3bdf8dbd64ba6db47a1d..fc7d52021d82464ce26ef68c7c044595e99afcab 100644
--- a/components/storage_monitor/storage_info.h
+++ b/components/storage_monitor/storage_info.h
@@ -41,6 +41,7 @@ class StorageInfo {
const base::string16& vendor,
const base::string16& model,
uint64_t size_in_bytes);
+ StorageInfo(const StorageInfo& other);
~StorageInfo();
// Returns a device id given properties of the device. A prefix dependent on

Powered by Google App Engine
This is Rietveld 408576698