Index: chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc b/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc |
index d8cf321364e2bf2f8ecabd681296e703cad82bd4..452a503c1602a1dddc40a6829a00d847161824c1 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc |
@@ -46,7 +46,7 @@ |
// value: <int64 'app_root_tracker_id'> |
// |
// # Index from file ID to the active tracker ID |
-// key: "ACTIVE_BY_FILE: " + <string 'file_id'> |
+// key: "ACTIVE_FILE: " + <string 'file_id'> |
// value: <int64 'active_tracker_id'> |
// |
// # Index from file ID to a tracker ID |