diff options
Diffstat (limited to 'base/time_posix.cc')
-rw-r--r-- | base/time_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/time_posix.cc b/base/time_posix.cc index 30dd380..79a0b94 100644 --- a/base/time_posix.cc +++ b/base/time_posix.cc @@ -171,7 +171,7 @@ Time Time::FromExploded(bool is_local, const Exploded& exploded) { // FreeBSD 6 has CLOCK_MONOLITHIC but defines _POSIX_MONOTONIC_CLOCK to -1. #if (defined(OS_POSIX) && \ defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0) || \ - defined(OS_FREEBSD) || defined(OS_OPENBSD) || defined(OS_ANDROID) + defined(OS_BSD) || defined(OS_ANDROID) // static TimeTicks TimeTicks::Now() { |