diff --git a/libc/private/ScopedPthreadMutexLocker.h b/libc/private/ScopedPthreadMutexLocker.h index 43dbdc115..58462e38b 100644 --- a/libc/private/ScopedPthreadMutexLocker.h +++ b/libc/private/ScopedPthreadMutexLocker.h @@ -34,7 +34,7 @@ class ScopedPthreadMutexLocker { private: pthread_mutex_t* mu_; - DISALLOW_COPY_AND_ASSIGN(ScopedPthreadMutexLocker); + DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedPthreadMutexLocker); }; #endif // SCOPED_PTHREAD_MUTEX_LOCKER_H