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: components/search_provider_logos/logo_cache_unittest.cc

Issue 2321453002: c/browser, c/common, components S-W: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased 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: components/search_provider_logos/logo_cache_unittest.cc
diff --git a/components/search_provider_logos/logo_cache_unittest.cc b/components/search_provider_logos/logo_cache_unittest.cc
index 8b43fc31d86b420ccd4a8a5dc0c690153e2ddd97..6a7dcbae646cab499c7794cc33658ff0b661e589 100644
--- a/components/search_provider_logos/logo_cache_unittest.cc
+++ b/components/search_provider_logos/logo_cache_unittest.cc
@@ -107,7 +107,7 @@ class LogoCacheTest : public ::testing::Test {
void InitCache() {
cache_.reset(new LogoCache(
- cache_parent_dir_.path().Append(FILE_PATH_LITERAL("cache"))));
+ cache_parent_dir_.GetPath().Append(FILE_PATH_LITERAL("cache"))));
}
void ExpectMetadata(const LogoMetadata* expected_metadata) {
« no previous file with comments | « components/search_engines/keyword_table_unittest.cc ('k') | components/sessions/core/session_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698