| Index: content/common/sandbox_mac_unittest_helper.mm
|
| diff --git a/content/common/sandbox_mac_unittest_helper.mm b/content/common/sandbox_mac_unittest_helper.mm
|
| index 6417e68b1d8b1619e2ee587f21f4ffd8b8f9c824..4c64b557217eb65c3290c86bfab9e00a9a7781a3 100644
|
| --- a/content/common/sandbox_mac_unittest_helper.mm
|
| +++ b/content/common/sandbox_mac_unittest_helper.mm
|
| @@ -139,7 +139,7 @@ MULTIPROCESS_TEST_MAIN(mac_sandbox_test_runner) {
|
| // Find Test Function to run;
|
| scoped_ptr<MacSandboxTestCase>
|
| test_case(SandboxTestForName(sandbox_test_name));
|
| - if (!test_case.get()) {
|
| + if (!test_case) {
|
| LOG(ERROR) << "Invalid sandbox test name (" << sandbox_test_name << ")";
|
| return -1;
|
| }
|
|
|