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

Unified Diff: mojo/system/embedder/scoped_platform_handle.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/system/core_cpp.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/embedder/scoped_platform_handle.h
diff --git a/mojo/system/embedder/scoped_platform_handle.h b/mojo/system/embedder/scoped_platform_handle.h
index 202871820a49f22f0c99b464ad33215a184c674b..80489c335bf49b9d25c7c088f0eba84d81a9baf4 100644
--- a/mojo/system/embedder/scoped_platform_handle.h
+++ b/mojo/system/embedder/scoped_platform_handle.h
@@ -14,7 +14,7 @@ namespace mojo {
namespace embedder {
class MOJO_SYSTEM_IMPL_EXPORT ScopedPlatformHandle {
- MOVE_ONLY_TYPE_FOR_CPP_03(ScopedPlatformHandle, RValue);
+ MOVE_ONLY_TYPE_FOR_CPP_03(ScopedPlatformHandle, RValue)
public:
ScopedPlatformHandle() {}
« no previous file with comments | « mojo/public/system/core_cpp.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698