diff options
Diffstat (limited to 'base/android/sys_utils.h')
| -rw-r--r-- | base/android/sys_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/android/sys_utils.h b/base/android/sys_utils.h index 9b3152b..0841d0a 100644 --- a/base/android/sys_utils.h +++ b/base/android/sys_utils.h @@ -17,7 +17,7 @@ class BASE_EXPORT SysUtils { // Returns true iff this is a low-end device. static bool IsLowEndDevice(); - // Return the device's RAM size in kilo-bytes. Used for testing. + // Return the device's RAM size in kilo-bytes. static size_t AmountOfPhysicalMemoryKB(); private: |
