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

Unified Diff: chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc

Issue 2321573002: //chrome misc: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Fix Win compilation 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/utility/media_galleries/picasa_album_table_reader_unittest.cc
diff --git a/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc b/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
index 5941a2bdc211cd446c06a0183062b2bb9e618f99..d075ddb133667c95bc037b9ef171a6a7b566faaf 100644
--- a/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
+++ b/chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc
@@ -58,10 +58,10 @@ TEST(PicasaAlbumTableReaderTest, FoldersAndAlbums) {
uid_vector.push_back("uid2");
uid_vector.push_back("uid3");
- WriteAlbumTable(temp_dir.path(), category_vector, date_vector,
+ WriteAlbumTable(temp_dir.GetPath(), category_vector, date_vector,
filename_vector, name_vector, token_vector, uid_vector);
- AlbumTableFiles album_table_files(temp_dir.path());
+ AlbumTableFiles album_table_files(temp_dir.GetPath());
PicasaAlbumTableReader reader(std::move(album_table_files));
ASSERT_TRUE(reader.Init());
« no previous file with comments | « chrome/utility/importer/safari_importer_unittest.mm ('k') | chrome/utility/media_galleries/pmp_column_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698