Chromium Code Reviews| Index: tools/ProcStats.h |
| diff --git a/tools/ProcStats.h b/tools/ProcStats.h |
| index 42849f1401f9e0cbfc8151e87b0e67dfe4822191..14b98b7a28c2c187df1d316bf7b628e0286ebdd4 100644 |
| --- a/tools/ProcStats.h |
| +++ b/tools/ProcStats.h |
| @@ -18,7 +18,7 @@ namespace sk_tools { |
| * If not implemented for this OS, returns -1. Otherwise, return |
| * the maximum resident set size, as reported by getrusage(). |
| */ |
| -int getMaxResidentSetSizeKB(); |
| +int getMaxResidentSetSizeMB(); |
| } // namespace sk_tools |