Index: base/time/time.h |
diff --git a/base/time/time.h b/base/time/time.h |
index cbe21b003e906e1c86325aad63b9f4db3254616e..40566b92317a3c94ff183994a22c0029122fceb0 100644 |
--- a/base/time/time.h |
+++ b/base/time/time.h |
@@ -549,7 +549,7 @@ class BASE_EXPORT TimeTicks { |
// Returns true if ThreadNow() is supported on this system. |
static bool IsThreadNowSupported() { |
#if (defined(_POSIX_THREAD_CPUTIME) && (_POSIX_THREAD_CPUTIME >= 0)) || \ |
- (defined(OS_MACOSX) && !defined(OS_IOS)) |
+ (defined(OS_MACOSX) && !defined(OS_IOS)) || defined(OS_ANDROID) |
return true; |
#else |
return false; |