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

Unified Diff: components/data_usage/core/data_use.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/data_usage/core/data_use.h
diff --git a/components/data_usage/core/data_use.h b/components/data_usage/core/data_use.h
index e04d04cdd48280b389a3278c86c70496c30c32b1..b56346adc07e2fc09804c078285d32696d7dfc28 100644
--- a/components/data_usage/core/data_use.h
+++ b/components/data_usage/core/data_use.h
@@ -25,6 +25,8 @@ struct DataUse {
int64_t tx_bytes,
int64_t rx_bytes);
+ DataUse(const DataUse& other);
+
~DataUse();
bool operator==(const DataUse& other) const;

Powered by Google App Engine
This is Rietveld 408576698