Index: sandbox/win/src/process_mitigations_test.cc |
diff --git a/sandbox/win/src/process_mitigations_test.cc b/sandbox/win/src/process_mitigations_test.cc |
index d546bbf9423a21721bd4266a1a56977a2f19bae0..71517b35efa56f19e9f87aaf58e98f33bfb1d4f8 100644 |
--- a/sandbox/win/src/process_mitigations_test.cc |
+++ b/sandbox/win/src/process_mitigations_test.cc |
@@ -479,7 +479,7 @@ void TestWin10ImageLoadLowLabel(bool is_success_test) { |
base::ScopedTempDir temp_dir; |
ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); |
- base::FilePath new_path = temp_dir.path(); |
+ base::FilePath new_path = temp_dir.GetPath(); |
new_path = new_path.Append(L"lowIL_calc.exe"); |
// Test file will be cleaned up by the ScopedTempDir. |