| Index: chrome/browser/metrics/metrics_memory_details.h
|
| diff --git a/chrome/browser/metrics/metrics_memory_details.h b/chrome/browser/metrics/metrics_memory_details.h
|
| index 23badc568a1f8d6f14330561a6ec994221f7503a..483bb81e1d52d9f71eba5f819ece9d2928015e7c 100644
|
| --- a/chrome/browser/metrics/metrics_memory_details.h
|
| +++ b/chrome/browser/metrics/metrics_memory_details.h
|
| @@ -27,7 +27,7 @@ class MemoryGrowthTracker {
|
| // If no memory usage of |pid| has not been recorded so far or 30 minutes
|
| // have not passed since last record, it just returns false.
|
| // |sample| is memory usage in kB.
|
| - bool UpdateSample(base::ProcessId pid, int sample, int* diff);
|
| + virtual bool UpdateSample(base::ProcessId pid, int sample, int* diff);
|
|
|
| private:
|
| // Latest metrics about record time and memory usage at that time per process.
|
|
|