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

Unified Diff: mojo/edk/system/transport_data.h

Issue 1346383004: EDK: Remove MOJO_SYSTEM_IMPL_EXPORT, system_impl_export.h, etc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/edk/system/system_impl_export.h ('k') | mojo/edk/system/unique_identifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/transport_data.h
diff --git a/mojo/edk/system/transport_data.h b/mojo/edk/system/transport_data.h
index 295a5a136d5e5ec815668bf948cfd5ec1d792ad9..fb4ba6bdde2f100559cfeb81450ff35fa56fe6a6 100644
--- a/mojo/edk/system/transport_data.h
+++ b/mojo/edk/system/transport_data.h
@@ -14,7 +14,6 @@
#include "mojo/edk/embedder/platform_handle.h"
#include "mojo/edk/embedder/platform_handle_vector.h"
#include "mojo/edk/system/dispatcher.h"
-#include "mojo/edk/system/system_impl_export.h"
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
@@ -72,7 +71,7 @@ class Channel;
// the application the data payload and these handles.
//
// TODO(vtl): Everything above involving |PlatformHandle|s.
-class MOJO_SYSTEM_IMPL_EXPORT TransportData {
+class TransportData {
public:
// The maximum size of a single serialized dispatcher. This must be a multiple
// of |kMessageAlignment|.
« no previous file with comments | « mojo/edk/system/system_impl_export.h ('k') | mojo/edk/system/unique_identifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698