| Index: base/metrics/BUILD.gn
|
| diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
|
| index 9aeb4213fbc9dcaa978a99ad27c4f628e582b7a2..7b10db9e566258b3e356678fef2b6e478b5064ea 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",
|
|
|