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

Unified Diff: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.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: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
index 919284456f4c18541c7e831ef0bc0392a4849d06..d08ac823e7cf5efc4dcaa7d5b848f6040b61bc21 100644
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
@@ -97,10 +97,8 @@ class LocalToRemoteSyncerTest : public testing::Test {
}
void InitializeMetadataDatabase() {
- SyncEngineInitializer* initializer =
- new SyncEngineInitializer(context_.get(),
- database_dir_.path(),
- in_memory_env_.get());
+ SyncEngineInitializer* initializer = new SyncEngineInitializer(
+ context_.get(), database_dir_.GetPath(), in_memory_env_.get());
SyncStatusCode status = SYNC_STATUS_UNKNOWN;
sync_task_manager_->ScheduleSyncTask(

Powered by Google App Engine
This is Rietveld 408576698