| Index: base/metrics/histogram_base.h
|
| diff --git a/base/metrics/histogram_base.h b/base/metrics/histogram_base.h
|
| index 304e3e03b6b16d160225d5d1e41b49b903d62d91..669d4bac440bb45f1abf0e1093d09d67bd5ae86e 100644
|
| --- a/base/metrics/histogram_base.h
|
| +++ b/base/metrics/histogram_base.h
|
| @@ -43,8 +43,7 @@ std::string HistogramTypeToString(HistogramType type);
|
|
|
| // Create or find existing histogram that matches the pickled info.
|
| // Returns NULL if the pickled data has problems.
|
| -BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
|
| - base::PickleIterator* iter);
|
| +BASE_EXPORT HistogramBase* DeserializeHistogramInfo(base::PickleIterator* iter);
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|