Index: chrome/common/mac/app_mode_chrome_locator_browsertest.mm |
diff --git a/chrome/common/mac/app_mode_chrome_locator_browsertest.mm b/chrome/common/mac/app_mode_chrome_locator_browsertest.mm |
index 1603c3323ac2cef4c0c51df860cfb4642b5bc43e..eff4339992580159f0a696428969cb8b7bb5d058 100644 |
--- a/chrome/common/mac/app_mode_chrome_locator_browsertest.mm |
+++ b/chrome/common/mac/app_mode_chrome_locator_browsertest.mm |
@@ -50,10 +50,8 @@ TEST(ChromeLocatorTest, GetNonExistentBundleInfo) { |
base::FilePath executable_path; |
base::FilePath version_path; |
base::FilePath framework_path; |
- EXPECT_FALSE(app_mode::GetChromeBundleInfo(temp_dir.path(), |
- std::string(), |
- &executable_path, |
- &version_path, |
+ EXPECT_FALSE(app_mode::GetChromeBundleInfo(temp_dir.GetPath(), std::string(), |
+ &executable_path, &version_path, |
&framework_path)); |
} |