Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc

Issue 2321453002: c/browser, c/common, components S-W: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698