Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: mojo/public/bindings/remote_ptr.h

Issue 167343007: Mojo: Fix uses of (MOJO_)MOVE_ONLY_TYPE_FOR_CPP_03(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/public/system/core_cpp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {}
« no previous file with comments | « no previous file | mojo/public/system/core_cpp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698