| Index: base/metrics/histogram_persistence.h
|
| diff --git a/base/metrics/histogram_persistence.h b/base/metrics/histogram_persistence.h
|
| index 1683713013305aa3ff64da438de11ed704ff88ef..63977c0ff9d07d4339bdba36b4a879514fc83e5d 100644
|
| --- a/base/metrics/histogram_persistence.h
|
| +++ b/base/metrics/histogram_persistence.h
|
| @@ -35,7 +35,7 @@ BASE_EXPORT PersistentMemoryAllocator* GetPersistentHistogramMemoryAllocator();
|
| // within persistent memory segments which can then be extracted and used
|
| // in other ways.
|
| BASE_EXPORT PersistentMemoryAllocator*
|
| -ReleasePersistentHistogramMemoryAllocator();
|
| +ReleasePersistentHistogramMemoryAllocatorForTesting();
|
|
|
| // Recreate a Histogram from data held in persistent memory. Though this
|
| // object will be local to the current process, the sample data will be
|
|
|