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

Unified Diff: mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h

Issue 2358133002: Turn //mojo/public/cpp/bindings and //mojo/public/cpp/system into components (Closed)
Patch Set: Fix wording Created 4 years, 3 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/scoped_interface_endpoint_handle.h
diff --git a/mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h b/mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h
index 1f45b0c57140396518b0a95cdac78e220443e9e1..869c471a1315dc49834ea42c56382966012b9296 100644
--- a/mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h
+++ b/mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
+#include "mojo/public/cpp/bindings/bindings_export.h"
#include "mojo/public/cpp/bindings/interface_id.h"
namespace mojo {
@@ -15,7 +16,7 @@ class AssociatedGroupController;
// ScopedInterfaceEndpointHandle refers to one end of an interface, either the
// implementation side or the client side.
-class ScopedInterfaceEndpointHandle {
+class MOJO_CPP_BINDINGS_EXPORT ScopedInterfaceEndpointHandle {
public:
// Creates an invalid endpoint handle.
ScopedInterfaceEndpointHandle();
« no previous file with comments | « mojo/public/cpp/bindings/pipe_control_message_proxy.h ('k') | mojo/public/cpp/bindings/string_traits_string16.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698