| Index: base/metrics/BUILD.gn
|
| diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
|
| index 6dd212f887eb9b5541298123c844d1447ac84501..ec63b91362b0cbe500d7b5249f1b0cac11ef4086 100644
|
| --- a/base/metrics/BUILD.gn
|
| +++ b/base/metrics/BUILD.gn
|
| @@ -16,6 +16,8 @@ source_set("metrics") {
|
| "histogram_delta_serialization.h",
|
| "histogram_flattener.h",
|
| "histogram_macros.h",
|
| + "histogram_persistence.cc",
|
| + "histogram_persistence.h",
|
| "histogram_samples.cc",
|
| "histogram_samples.h",
|
| "histogram_snapshot_manager.cc",
|
|
|