Merge "Explicitly disallow default c-tor"

am: b24f7a0513

* commit 'b24f7a0513f7468ccf7563d7d347c6e7bab391d9':
  Explicitly disallow default c-tor
This commit is contained in:
Dimitry Ivanov 2015-12-02 18:47:27 +00:00 committed by android-build-merger
commit 9f525b66eb

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