| 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 ac005b3ccb22ee7b87e468572d652d11fc93c446..e04d04cdd48280b389a3278c86c70496c30c32b1 100644
|
| --- a/components/data_usage/core/data_use.h
|
| +++ b/components/data_usage/core/data_use.h
|
| @@ -27,6 +27,8 @@ struct DataUse {
|
|
|
| ~DataUse();
|
|
|
| + bool operator==(const DataUse& other) const;
|
| +
|
| // Returns true if |this| and |other| are identical except for byte counts.
|
| bool CanCombineWith(const DataUse& other) const;
|
|
|
|
|