| Index: sandbox/linux/services/thread_helpers.h
|
| diff --git a/sandbox/linux/services/thread_helpers.h b/sandbox/linux/services/thread_helpers.h
|
| index f1b9327925b408f1cd603ec20d75b873ff4b9928..d3ae038318ca9761be7e146305a05f08071cb555 100644
|
| --- a/sandbox/linux/services/thread_helpers.h
|
| +++ b/sandbox/linux/services/thread_helpers.h
|
| @@ -6,12 +6,13 @@
|
| #define SANDBOX_LINUX_SERVICES_THREAD_HELPERS_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "sandbox/linux/sandbox_export.h"
|
|
|
| namespace base { class Thread; }
|
|
|
| namespace sandbox {
|
|
|
| -class ThreadHelpers {
|
| +class SANDBOX_EXPORT ThreadHelpers {
|
| public:
|
| // Check whether the current process is single threaded. |proc_self_tasks|
|
| // can be a file descriptor to /proc/self/task/ and remains owned by the
|
|
|