summaryrefslogtreecommitdiffstats
path: root/chromium/base/android/sys_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/android/sys_utils.h')
-rw-r--r--chromium/base/android/sys_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/android/sys_utils.h b/chromium/base/android/sys_utils.h
index 9b3152b466c..0841d0a7888 100644
--- a/chromium/base/android/sys_utils.h
+++ b/chromium/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: