| Index: content/common/sandbox_mac.mm
|
| diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
|
| index 9994f45136f3b244104e39ad990abda67b9ad8e7..a0de131d8d2cfae184bf700af6421e44ce725b0f 100644
|
| --- a/content/common/sandbox_mac.mm
|
| +++ b/content/common/sandbox_mac.mm
|
| @@ -381,7 +381,8 @@ NSString* LoadSandboxTemplate(int sandbox_type) {
|
| bool sandbox_type_found =
|
| GetContentClient()->GetSandboxProfileForSandboxType(
|
| sandbox_type, &sandbox_profile_resource_id);
|
| - CHECK(sandbox_type_found) << "Unknown sandbox type " << sandbox_type;
|
| + // Unknown sandbox type |sandbox_type|
|
| + CHECK(sandbox_type_found);
|
| }
|
|
|
| base::StringPiece sandbox_definition =
|
|
|