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

Unified Diff: chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h

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/fake_drive_service_helper.h
diff --git a/chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h b/chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h
index 4c75c7b36550cd73207557c7dfc0c0845204fe09..599417ec7c47111f20f4afb2af979e6702e5a535 100644
--- a/chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h
+++ b/chrome/browser/sync_file_system/drive_backend/fake_drive_service_helper.h
@@ -78,7 +78,7 @@ class FakeDriveServiceHelper {
google_apis::DriveApiErrorCode GetAboutResource(
std::unique_ptr<google_apis::AboutResource>* about_resource);
- base::FilePath base_dir_path() { return base_dir_.path(); }
+ base::FilePath base_dir_path() { return base_dir_.GetPath(); }
private:
google_apis::DriveApiErrorCode CompleteListing(

Powered by Google App Engine
This is Rietveld 408576698