Merge "Explicitly disallow default c-tor"

This commit is contained in:
Dimitry Ivanov
2015-12-02 18:44:20 +00:00
committed by Gerrit Code Review

View File

@@ -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