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

Unified Diff: chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc

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/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc
diff --git a/chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc b/chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc
index 86709c94823db2b867823bdcb920b8a2b944f459..f2ca11d1e73a8972643e253b761bf302d6755b38 100644
--- a/chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc
+++ b/chrome/browser/media_galleries/fileapi/iapps_finder_impl_win_browsertest.cc
@@ -52,13 +52,9 @@ class ITunesFinderWinTest : public InProcessBrowserTest {
InProcessBrowserTest::SetUp();
}
- const base::FilePath& app_data_dir() {
- return app_data_dir_.path();
- }
+ const base::FilePath& app_data_dir() { return app_data_dir_.GetPath(); }
- const base::FilePath& music_dir() {
- return music_dir_.path();
- }
+ const base::FilePath& music_dir() { return music_dir_.GetPath(); }
void WritePrefFile(const std::string& data) {
base::FilePath pref_dir =

Powered by Google App Engine
This is Rietveld 408576698