Chromium Code Reviews| 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; |