| Index: chrome/common/sandbox_mac.mm
|
| diff --git a/chrome/common/sandbox_mac.mm b/chrome/common/sandbox_mac.mm
|
| index dc160dd117f73d2144d3b8735fc118c945a66bee..94b5f5db982c11aeea4a698a488133606bfb7ffa 100644
|
| --- a/chrome/common/sandbox_mac.mm
|
| +++ b/chrome/common/sandbox_mac.mm
|
| @@ -246,7 +246,7 @@ bool EnableSandbox(SandboxProcessType sandbox_type,
|
| const FilePath& allowed_dir) {
|
| // Name of the file containing a common prefix included at the start of
|
| // all the other sandbox profiles.
|
| - const NSString* kCommonSandboxPrefixFileName = @"common";
|
| + NSString* kCommonSandboxPrefixFileName = @"common";
|
|
|
| // Sanity - currently only SANDBOX_TYPE_UTILITY supports a directory being
|
| // passed in.
|
|
|