| Index: base/scoped_generic.h
|
| diff --git a/base/scoped_generic.h b/base/scoped_generic.h
|
| index f6807e2b58f2fa3fe425b5e9b0e51a4725b5d963..02db2e5c3cccd96468a481e185fd97182f201cc3 100644
|
| --- a/base/scoped_generic.h
|
| +++ b/base/scoped_generic.h
|
| @@ -53,7 +53,7 @@ namespace base {
|
| // typedef ScopedGeneric<int, FooScopedTraits> ScopedFoo;
|
| template<typename T, typename Traits>
|
| class ScopedGeneric {
|
| - MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03(ScopedGeneric)
|
| + DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(ScopedGeneric)
|
|
|
| private:
|
| // This must be first since it's used inline below.
|
|
|