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

Unified Diff: mojo/edk/embedder/slave_process_delegate.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/embedder/simple_platform_support.h ('k') | mojo/edk/embedder/test_embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/slave_process_delegate.h
diff --git a/mojo/edk/embedder/slave_process_delegate.h b/mojo/edk/embedder/slave_process_delegate.h
index cef5e0d39326795b82eb9d96e43ac0ee2df358a2..281c55939fd12530e3d3f86d715147f5ba649399 100644
--- a/mojo/edk/embedder/slave_process_delegate.h
+++ b/mojo/edk/embedder/slave_process_delegate.h
@@ -6,7 +6,6 @@
#define MOJO_EDK_EMBEDDER_SLAVE_PROCESS_DELEGATE_H_
#include "mojo/edk/embedder/process_delegate.h"
-#include "mojo/edk/system/system_impl_export.h"
#include "mojo/public/cpp/system/macros.h"
namespace mojo {
@@ -14,7 +13,7 @@ namespace embedder {
// An interface for the slave process delegate (which lives in each slave
// process).
-class MOJO_SYSTEM_IMPL_EXPORT SlaveProcessDelegate : public ProcessDelegate {
+class SlaveProcessDelegate : public ProcessDelegate {
public:
ProcessType GetType() const override;
« no previous file with comments | « mojo/edk/embedder/simple_platform_support.h ('k') | mojo/edk/embedder/test_embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698