| Index: chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc b/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| index 162ff063d9c346161eba93d42a4b55c3b36a0a1e..62358c2328539c32214618b542e7959959ba4ec6 100644
|
| --- a/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc
|
| @@ -15,7 +15,6 @@
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| -#include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| @@ -176,11 +175,6 @@ TEST_F(MacSignatureEvaluatorTest, ModifiedMainExecTest32) {
|
| }
|
|
|
| TEST_F(MacSignatureEvaluatorTest, ModifiedMainExecTest64) {
|
| - // Snow Leopard does not know about the 64-bit slice so this test is
|
| - // irrelevant.
|
| - if (!base::mac::IsOSLionOrLater())
|
| - return;
|
| -
|
| // Now to a test modified, signed bundle.
|
| base::FilePath path = testdata_path_.AppendASCII("modified-main-exec64.app");
|
|
|
|
|