| Index: chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc b/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
|
| index 63418e96ea031e74e2e2c27c63f934a1ae5cbbe7..e43705f929754ec64a4405230ed74a166cdacd03 100644
|
| --- a/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
|
| @@ -114,12 +114,10 @@ class ITunesDataProviderTest : public InProcessBrowserTest {
|
| return ImportedMediaGalleryRegistry::ITunesDataProvider();
|
| }
|
|
|
| - const base::FilePath& library_dir() const {
|
| - return library_dir_.path();
|
| - }
|
| + const base::FilePath& library_dir() const { return library_dir_.GetPath(); }
|
|
|
| base::FilePath XmlFile() const {
|
| - return library_dir_.path().AppendASCII("library.xml");
|
| + return library_dir_.GetPath().AppendASCII("library.xml");
|
| }
|
|
|
| void ExpectTrackLocation(const std::string& artist, const std::string& album,
|
|
|