summaryrefslogtreecommitdiffstats
path: root/content/common/sandbox_init_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/sandbox_init_wrapper.h')
-rw-r--r--content/common/sandbox_init_wrapper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/common/sandbox_init_wrapper.h b/content/common/sandbox_init_wrapper.h
index c144992..fcc096a 100644
--- a/content/common/sandbox_init_wrapper.h
+++ b/content/common/sandbox_init_wrapper.h
@@ -15,6 +15,8 @@
#include <string>
#include "base/basictypes.h"
+#include "content/common/content_export.h"
+
#if defined(OS_WIN)
#include "sandbox/src/sandbox.h"
#endif
@@ -23,7 +25,7 @@ class CommandLine;
#if defined(OS_WIN)
-class SandboxInitWrapper {
+class CONTENT_EXPORT SandboxInitWrapper {
public:
SandboxInitWrapper() : broker_services_(), target_services_() { }
// SetServices() needs to be called before InitializeSandbox() on Win32 with