| Index: chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
|
| index c245273a95a49a5ec11ddae21e8020de2ec2bbf0..e8b480b429249b0b3b46e308848cdb7501c2bdea 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc
|
| @@ -21,7 +21,7 @@ const char kFileMetadataKeyPrefix[] = "FILE: ";
|
| const char kFileTrackerKeyPrefix[] = "TRACKER: ";
|
|
|
| const char kAppRootIDByAppIDKeyPrefix[] = "APP_ROOT: ";
|
| -const char kActiveIDByFileIDKeyPrefix[] = "ACTIVE_FILE: ";
|
| +const char kActiveTrackerIDByFileIDKeyPrefix[] = "ACTIVE_FILE: ";
|
| const char kTrackerIDByFileIDKeyPrefix[] = "TRACKER_FILE: ";
|
| const char kMultiTrackerByFileIDKeyPrefix[] = "MULTI_FILE: ";
|
| const char kDirtyIDKeyPrefix[] = "DIRTY: ";
|
|
|