| Index: components/data_usage/core/data_use.cc
|
| diff --git a/components/data_usage/core/data_use.cc b/components/data_usage/core/data_use.cc
|
| index f073dba1e4f5463c6818c0f5337e13ae73092d67..04cb82300f6e1790e60fbd97e1d53c20581b8067 100644
|
| --- a/components/data_usage/core/data_use.cc
|
| +++ b/components/data_usage/core/data_use.cc
|
| @@ -38,6 +38,8 @@ DataUse::DataUse(const GURL& url,
|
| tx_bytes(tx_bytes),
|
| rx_bytes(rx_bytes) {}
|
|
|
| +DataUse::DataUse(const DataUse& other) = default;
|
| +
|
| DataUse::~DataUse() {}
|
|
|
| bool DataUse::operator==(const DataUse& other) const {
|
|
|