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

Unified Diff: components/sync/tools/sync_client.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
« no previous file with comments | « components/sync/syncable/syncable_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/tools/sync_client.cc
diff --git a/components/sync/tools/sync_client.cc b/components/sync/tools/sync_client.cc
index 0cee9dff587a69ce84824c40e90f37ae86d0c307..08a44743b613b4cf90d6ce1e61fbc3a230a35af8 100644
--- a/components/sync/tools/sync_client.cc
+++ b/components/sync/tools/sync_client.cc
@@ -416,7 +416,7 @@ int SyncClientMain(int argc, char* argv[]) {
CancelationSignal scm_cancelation_signal;
SyncManager::InitArgs args;
- args.database_location = database_dir.path();
+ args.database_location = database_dir.GetPath();
args.event_handler = WeakHandle<JsEventHandler>(js_event_handler.AsWeakPtr());
args.service_url = GURL(kSyncServiceURL);
args.post_factory = std::move(post_factory);
« no previous file with comments | « components/sync/syncable/syncable_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698