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

Unified Diff: components/ntp_snippets/ntp_snippets_database_unittest.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: components/ntp_snippets/ntp_snippets_database_unittest.cc
diff --git a/components/ntp_snippets/ntp_snippets_database_unittest.cc b/components/ntp_snippets/ntp_snippets_database_unittest.cc
index 341eeb12af42aad89b6353950718e616650b42e1..a20133bbc17d52366d2abb584784e1f88c52b183 100644
--- a/components/ntp_snippets/ntp_snippets_database_unittest.cc
+++ b/components/ntp_snippets/ntp_snippets_database_unittest.cc
@@ -74,7 +74,7 @@ class NTPSnippetsDatabaseTest : public testing::Test {
// on the file.
db_.reset();
- db_.reset(new NTPSnippetsDatabase(database_dir_.path(),
+ db_.reset(new NTPSnippetsDatabase(database_dir_.GetPath(),
base::ThreadTaskRunnerHandle::Get()));
}

Powered by Google App Engine
This is Rietveld 408576698