| 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(
|
|
|