| Index: base/time_posix.cc
|
| diff --git a/base/time_posix.cc b/base/time_posix.cc
|
| index 30dd38042d388fa799b56cdbe41e988a9c6be920..79a0b94a82025fe3a1aa55d2a7b7cca2d57727a6 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() {
|
|
|