| Index: components/metrics/client_info.h
|
| diff --git a/components/metrics/client_info.h b/components/metrics/client_info.h
|
| index 8fcaec286131d7ebf30ad03264ca9823b871e491..733d08788789ba28ed3e9c1de3217a6350f3c376 100644
|
| --- a/components/metrics/client_info.h
|
| +++ b/components/metrics/client_info.h
|
| @@ -28,9 +28,6 @@ struct ClientInfo {
|
| // The date on which metrics reporting was enabled: represented as an epoch
|
| // time in seconds.
|
| int64 reporting_enabled_date;
|
| -
|
| - private:
|
| - DISALLOW_COPY_AND_ASSIGN(ClientInfo);
|
| };
|
|
|
| } // namespace metrics
|
|
|