Index: sandbox/linux/services/scoped_process.h |
diff --git a/sandbox/linux/services/scoped_process.h b/sandbox/linux/services/scoped_process.h |
index d9f8b25e507b72743b8ece6ab2c6aa17cd630f77..61da80a862f5e70ccfe74b7eb0b75a97d940a55c 100644 |
--- a/sandbox/linux/services/scoped_process.h |
+++ b/sandbox/linux/services/scoped_process.h |
@@ -8,6 +8,7 @@ |
#include "base/basictypes.h" |
#include "base/callback_forward.h" |
#include "base/process/process_handle.h" |
+#include "sandbox/linux/sandbox_export.h" |
namespace sandbox { |
@@ -18,7 +19,7 @@ namespace sandbox { |
// destroy it. |
// This class cannot be instanciated from a multi-threaded process, as it needs |
// to fork(). |
-class ScopedProcess { |
+class SANDBOX_EXPORT ScopedProcess { |
public: |
// A new process will be created and |child_callback| will run in the child |
// process. This callback is allowed to terminate the process or to simply |