Index: sandbox/linux/suid/client/setuid_sandbox_client.h |
diff --git a/sandbox/linux/suid/client/setuid_sandbox_client.h b/sandbox/linux/suid/client/setuid_sandbox_client.h |
index 5a6724dadd801818867af67ca8642af15324dd51..0f6db7af6f0c1c5cde5c63beb1927d89afd5f9a0 100644 |
--- a/sandbox/linux/suid/client/setuid_sandbox_client.h |
+++ b/sandbox/linux/suid/client/setuid_sandbox_client.h |
@@ -7,6 +7,7 @@ |
#include "base/basictypes.h" |
#include "base/callback_forward.h" |
+#include "sandbox/linux/sandbox_export.h" |
namespace base { class Environment; } |
@@ -21,7 +22,7 @@ namespace sandbox { |
// 2. The browser launches a renderer through the setuid sandbox. |
// 3. The renderer requests being chroot-ed through ChrootMe() and |
// requests other sandboxing status via the status functions. |
-class SetuidSandboxClient { |
+class SANDBOX_EXPORT SetuidSandboxClient { |
public: |
// All instantation should go through this factory method. |
static class SetuidSandboxClient* Create(); |