| Index: content/common/sandbox_mac.h
|
| diff --git a/content/common/sandbox_mac.h b/content/common/sandbox_mac.h
|
| index afda387549f866b546dc4f5de3f33da81bdb4158..ecde885ee0fea37393486a56bcf16311d9366a15 100644
|
| --- a/content/common/sandbox_mac.h
|
| +++ b/content/common/sandbox_mac.h
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT SandboxCompiler {
|
|
|
| class CONTENT_EXPORT Sandbox {
|
| public:
|
| -
|
| + class Loader;
|
| // Warm up System APIs that empirically need to be accessed before the
|
| // sandbox is turned on. |sandbox_type| is the type of sandbox to warm up.
|
| // Valid |sandbox_type| values are defined by the enum SandboxType, or can be
|
|
|