| Index: sandbox/linux/services/broker_process.h
|
| diff --git a/sandbox/linux/services/broker_process.h b/sandbox/linux/services/broker_process.h
|
| index 84de396a229c2b5cf1c9243c1bb590fd3e622d93..b312b8f67ddaa9e2bd061a39285920b2520e3470 100644
|
| --- a/sandbox/linux/services/broker_process.h
|
| +++ b/sandbox/linux/services/broker_process.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/pickle.h"
|
| #include "base/process/process.h"
|
| +#include "sandbox/linux/sandbox_export.h"
|
|
|
| namespace sandbox {
|
|
|
| @@ -25,7 +26,7 @@ namespace sandbox {
|
| // 2. CHECK(open_broker.Init(NULL));
|
| // 3. Enable sandbox.
|
| // 4. Use open_broker.Open() to open files.
|
| -class BrokerProcess {
|
| +class SANDBOX_EXPORT BrokerProcess {
|
| public:
|
| // |denied_errno| is the error code returned when methods such as Open()
|
| // or Access() are invoked on a file which is not in the whitelist. EACCESS
|
|
|