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

Unified Diff: chrome/common/mac/app_mode_chrome_locator_browsertest.mm

Issue 2318033002: c/browser, c/common, components M-N: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Fix ItunesFileUtilTest 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/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));
}

Powered by Google App Engine
This is Rietveld 408576698