| Index: mojo/public/bindings/remote_ptr.h
|
| diff --git a/mojo/public/bindings/remote_ptr.h b/mojo/public/bindings/remote_ptr.h
|
| index 10906c304693675747563f51e3ef8faf1a7e95fc..cb5c859f75b520634741d4199ab3131a31bc1a9f 100644
|
| --- a/mojo/public/bindings/remote_ptr.h
|
| +++ b/mojo/public/bindings/remote_ptr.h
|
| @@ -71,7 +71,7 @@ namespace mojo {
|
| template <typename S>
|
| class RemotePtr {
|
| struct State;
|
| - MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(RemotePtr, RValue);
|
| + MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(RemotePtr, RValue)
|
|
|
| public:
|
| RemotePtr() : state_(NULL) {}
|
|
|