| Index: sandbox/linux/services/init_process_reaper.h
|
| diff --git a/sandbox/linux/services/init_process_reaper.h b/sandbox/linux/services/init_process_reaper.h
|
| index 531d18cba11e2b2f4bea706b609e686d96930f51..7c9eab417d01b69c1b5d6da86ec0929327a4b5eb 100644
|
| --- a/sandbox/linux/services/init_process_reaper.h
|
| +++ b/sandbox/linux/services/init_process_reaper.h
|
| @@ -6,6 +6,7 @@
|
| #define SANDBOX_LINUX_SERVICES_INIT_PROCESS_REAPER_H_
|
|
|
| #include "base/callback_forward.h"
|
| +#include "sandbox/linux/sandbox_export.h"
|
|
|
| namespace sandbox {
|
|
|
| @@ -16,7 +17,8 @@ namespace sandbox {
|
| // immediately after fork().
|
| // Since this function calls fork(), it's very important that the caller has
|
| // only one thread running.
|
| -bool CreateInitProcessReaper(base::Closure* post_fork_parent_callback);
|
| +SANDBOX_EXPORT bool CreateInitProcessReaper(
|
| + base::Closure* post_fork_parent_callback);
|
|
|
| } // namespace sandbox.
|
|
|
|
|