Index: chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc b/chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc |
index b8f59e14c0b27dc33fab51ba2ffd8953b86248ce..a04b0d9379ff5e95b7cddd5893f9f2ba8dd4fd3d 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util_unittest.cc |
@@ -78,7 +78,7 @@ TEST(DriveMetadataDBMigrationUtilTest, RollbackFromV4ToV3) { |
leveldb::Options options; |
options.create_if_missing = true; |
std::string db_dir = |
- storage::FilePathToString(base_dir.path().Append(kDatabaseName)); |
+ storage::FilePathToString(base_dir.GetPath().Append(kDatabaseName)); |
leveldb::Status status = leveldb::DB::Open(options, db_dir, &db_ptr); |
ASSERT_TRUE(status.ok()); |
} |