| Index: mojo/edk/system/ref_counted.h
|
| diff --git a/mojo/edk/system/ref_counted.h b/mojo/edk/system/ref_counted.h
|
| index d24d471861804a25e6efe8e202aa38a64c0bac62..fad0bc6d059280de8b780812a3cb15a373ca745e 100644
|
| --- a/mojo/edk/system/ref_counted.h
|
| +++ b/mojo/edk/system/ref_counted.h
|
| @@ -75,13 +75,13 @@ class RefCountedThreadSafe : public internal::RefCountedThreadSafeBase {
|
| RefCountedThreadSafe() {}
|
| ~RefCountedThreadSafe() {}
|
|
|
| + private:
|
| #ifndef NDEBUG
|
| template <typename U>
|
| friend RefPtr<U> AdoptRef(U*);
|
| void Adopt() { internal::RefCountedThreadSafeBase::Adopt(); }
|
| #endif
|
|
|
| - private:
|
| MOJO_DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe);
|
| };
|
|
|
|
|