| Index: content/common/sandbox_init_wrapper.h
|
| diff --git a/content/common/sandbox_init_wrapper.h b/content/common/sandbox_init_wrapper.h
|
| index c144992dc8795dffc1e758330ed49a00b58a2a1e..fcc096ae3693a818da4988f4ed81bb9fd2e96e27 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
|
|
|