| Index: base/metrics/histogram_delta_serialization.h
|
| diff --git a/base/metrics/histogram_delta_serialization.h b/base/metrics/histogram_delta_serialization.h
|
| index a05a1a72b45445a1db71b0baa35cd1e3756822e7..3bb04cb4d2e8b0ee19f9159143c34bb34d5dc8a4 100644
|
| --- a/base/metrics/histogram_delta_serialization.h
|
| +++ b/base/metrics/histogram_delta_serialization.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef BASE_METRICS_HISTOGRAM_DELTA_SERIALIZATION_H_
|
| #define BASE_METRICS_HISTOGRAM_DELTA_SERIALIZATION_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/base_export.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/metrics/histogram_flattener.h"
|
| #include "base/metrics/histogram_snapshot_manager.h"
|
| #include "base/threading/thread_checker.h"
|
|
|