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

Unified Diff: mojo/public/system/core_cpp.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 | « mojo/public/bindings/remote_ptr.h ('k') | mojo/system/embedder/scoped_platform_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/core_cpp.h
diff --git a/mojo/public/system/core_cpp.h b/mojo/public/system/core_cpp.h
index 8c581fbb8c2b4d97f38f0870884763f2d2192bab..b276eed0bd1ddb7a10a46476b4a1513747688e7b 100644
--- a/mojo/public/system/core_cpp.h
+++ b/mojo/public/system/core_cpp.h
@@ -28,7 +28,7 @@ inline MojoTimeTicks GetTimeTicksNow() {
// like the C++11 |unique_ptr|.
template <class HandleType>
class ScopedHandleBase {
- MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(ScopedHandleBase, RValue);
+ MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(ScopedHandleBase, RValue)
public:
ScopedHandleBase() {}
« no previous file with comments | « mojo/public/bindings/remote_ptr.h ('k') | mojo/system/embedder/scoped_platform_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698