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

Unified Diff: components/history/core/browser/history_backend_unittest.cc

Issue 2317003002: //chrome/browser and //components F-L: 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/history/core/browser/history_backend_unittest.cc
diff --git a/components/history/core/browser/history_backend_unittest.cc b/components/history/core/browser/history_backend_unittest.cc
index b8cd5d9647d94c61e8ef8071faf7fc712d528ef5..8f4b22f2d645616981efdf0bb5818d9c72e6d6d8 100644
--- a/components/history/core/browser/history_backend_unittest.cc
+++ b/components/history/core/browser/history_backend_unittest.cc
@@ -3556,8 +3556,8 @@ TEST_F(HistoryBackendTest, RemoveNotification) {
std::unique_ptr<HistoryService> service(
new HistoryService(base::WrapUnique(new HistoryClientFakeBookmarks),
std::unique_ptr<history::VisitDelegate>()));
- EXPECT_TRUE(
- service->Init(TestHistoryDatabaseParamsForPath(scoped_temp_dir.path())));
+ EXPECT_TRUE(service->Init(
+ TestHistoryDatabaseParamsForPath(scoped_temp_dir.GetPath())));
service->AddPage(
url, base::Time::Now(), NULL, 1, GURL(), RedirectList(),

Powered by Google App Engine
This is Rietveld 408576698