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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_engine_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/sync_engine_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc b/chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc
index f160522c93b316e3e976b2a39b016e36f84ff5cb..eb19078ef36d670d86e4ee6389c7b0384644fe19 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc
@@ -51,7 +51,7 @@ class SyncEngineTest : public testing::Test,
sync_engine_.reset(new drive_backend::SyncEngine(
ui_task_runner.get(), worker_task_runner_.get(),
nullptr, // drive_task_runner
- worker_pool_owner_.pool().get(), profile_dir_.path(),
+ worker_pool_owner_.pool().get(), profile_dir_.GetPath(),
nullptr, // task_logger
nullptr, // notification_manager
nullptr, // extension_service

Powered by Google App Engine
This is Rietveld 408576698