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

Unified Diff: mojo/public/cpp/bindings/associated_interface_ptr_info.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
Index: mojo/public/cpp/bindings/associated_interface_ptr_info.h
diff --git a/mojo/public/cpp/bindings/associated_interface_ptr_info.h b/mojo/public/cpp/bindings/associated_interface_ptr_info.h
index bfb3297a0f859a4579bb9e9555fbf8c5e72e0698..0477c8cbae333a9b94c041c489c781bf80cb0433 100644
--- a/mojo/public/cpp/bindings/associated_interface_ptr_info.h
+++ b/mojo/public/cpp/bindings/associated_interface_ptr_info.h
@@ -18,6 +18,8 @@
// it doesn't own a message pipe handle.
template <typename Interface>
class AssociatedInterfacePtrInfo {
+ DISALLOW_COPY_AND_ASSIGN_WITH_MOVE_FOR_BIND(AssociatedInterfacePtrInfo);
+
public:
AssociatedInterfacePtrInfo() : version_(0u) {}
@@ -67,8 +69,6 @@
private:
ScopedInterfaceEndpointHandle handle_;
uint32_t version_;
-
- DISALLOW_COPY_AND_ASSIGN(AssociatedInterfacePtrInfo);
};
} // namespace mojo
« no previous file with comments | « mojo/public/cpp/bindings/associated_interface_ptr.h ('k') | mojo/public/cpp/bindings/associated_interface_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698