diff options
Diffstat (limited to 'chrome/browser/task_manager.h')
-rw-r--r-- | chrome/browser/task_manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/task_manager.h b/chrome/browser/task_manager.h index ff402a4..a4ece90 100644 --- a/chrome/browser/task_manager.h +++ b/chrome/browser/task_manager.h @@ -315,9 +315,9 @@ class TaskManagerModel : public URLRequestJobTracker::JobObserver, base::ProcessMetrics** proc_metrics1, base::ProcessMetrics** proc_metrics2) const; - // Given a string containing a number, this function returns the formatted - // string that should be displayed in the task manager's memory cell. - std::wstring GetMemCellText(std::wstring* number) const; + // Given a number, this function returns the formatted string that should be + // displayed in the task manager's memory cell. + std::wstring GetMemCellText(int64 number) const; // The list of providers to the task manager. They are ref counted. ResourceProviderList providers_; |