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

Unified Diff: mojo/public/cpp/bindings/tests/container_test_util.h

Issue 2047633002: Revert of Remove base/move.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/wtf_array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/container_test_util.h
diff --git a/mojo/public/cpp/bindings/tests/container_test_util.h b/mojo/public/cpp/bindings/tests/container_test_util.h
index f709c1561ee76a4dd73fd52d36929fd4b42b3d4e..b2038bad436af6a79063394666fded571ec85d9c 100644
--- a/mojo/public/cpp/bindings/tests/container_test_util.h
+++ b/mojo/public/cpp/bindings/tests/container_test_util.h
@@ -7,7 +7,7 @@
#include <stddef.h>
-#include "base/macros.h"
+#include "base/move.h"
namespace mojo {
@@ -30,6 +30,7 @@
};
class MoveOnlyType {
+ MOVE_ONLY_TYPE_FOR_CPP_03(MoveOnlyType);
public:
typedef MoveOnlyType Data_;
MoveOnlyType();
@@ -46,8 +47,6 @@
bool moved_;
static size_t num_instances_;
MoveOnlyType* ptr_;
-
- DISALLOW_COPY_AND_ASSIGN(MoveOnlyType);
};
} // namespace mojo
« no previous file with comments | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/wtf_array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698