| Index: mojo/public/cpp/bindings/interface_ptr.h
|
| diff --git a/mojo/public/cpp/bindings/interface_ptr.h b/mojo/public/cpp/bindings/interface_ptr.h
|
| index b6515cc1a969972aa84b2edb38b94d829ae41084..abc096a109b6fdcece16a4f9b0a47dab6179279e 100644
|
| --- a/mojo/public/cpp/bindings/interface_ptr.h
|
| +++ b/mojo/public/cpp/bindings/interface_ptr.h
|
| @@ -29,7 +29,7 @@ class AssociatedGroup;
|
| // create and bind a new InterfacePtr from that thread.
|
| template <typename Interface>
|
| class InterfacePtr {
|
| - MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03(InterfacePtr)
|
| + DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(InterfacePtr)
|
|
|
| public:
|
| // Constructs an unbound InterfacePtr.
|
|
|