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 d0eeed69bc93b5f45da0c4efae948bbf3457be66..1ffcc58f2478120c9f0459d939fab992440ded83 100644 |
--- a/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc |
+++ b/chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc |
@@ -247,7 +247,7 @@ TEST_F(MacSignatureEvaluatorTest, ModifiedBundleTest) { |
base::FilePath orig_path = testdata_path_.AppendASCII("modified-bundle.app"); |
base::FilePath copied_path = |
- temp_dir_.path().AppendASCII("modified-bundle.app"); |
+ temp_dir_.GetPath().AppendASCII("modified-bundle.app"); |
CHECK(base::CopyDirectory(orig_path, copied_path, true)); |
// Setup the extended attributes, which don't persist in the git repo. |