| 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..ee69a8b433fe41115214b9eaf9a698b701bab8aa 100644
|
| --- a/components/data_usage/core/data_use.cc
|
| +++ b/components/data_usage/core/data_use.cc
|
| @@ -36,7 +36,10 @@ DataUse::DataUse(const GURL& url,
|
| connection_type(connection_type),
|
| mcc_mnc(mcc_mnc),
|
| tx_bytes(tx_bytes),
|
| - rx_bytes(rx_bytes) {}
|
| + rx_bytes(rx_bytes),
|
| + before_tx_bytes(tx_bytes),
|
| + before_rx_bytes(rx_bytes),
|
| + created_ticks(base::TimeTicks::Now()) {}
|
|
|
| DataUse::~DataUse() {}
|
|
|
|
|