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

Unified Diff: components/browser_sync/browser/abstract_profile_sync_service_test.cc

Issue 2317023003: sync and signin: 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/browser_sync/browser/abstract_profile_sync_service_test.cc
diff --git a/components/browser_sync/browser/abstract_profile_sync_service_test.cc b/components/browser_sync/browser/abstract_profile_sync_service_test.cc
index 231656cd376e8956e1d3c61b16d376432e8ce61f..fc68e88f9ac857d038ef8ed277430e10a7e64ca1 100644
--- a/components/browser_sync/browser/abstract_profile_sync_service_test.cc
+++ b/components/browser_sync/browser/abstract_profile_sync_service_test.cc
@@ -197,7 +197,7 @@ void AbstractProfileSyncServiceTest::CreateSyncService(
profile_sync_service_bundle_.component_factory();
EXPECT_CALL(*components, CreateSyncBackendHost(_, _, _, _))
.WillOnce(Return(new SyncBackendHostForProfileSyncTest(
- temp_dir_.path(), sync_service_->GetSyncClient(),
+ temp_dir_.GetPath(), sync_service_->GetSyncClient(),
base::ThreadTaskRunnerHandle::Get(),
profile_sync_service_bundle_.fake_invalidation_service(),
sync_service_->sync_prefs()->AsWeakPtr(),

Powered by Google App Engine
This is Rietveld 408576698