| Index: chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
|
| index 956933e2bf31fb6b89a84d099ea05540a72fccd2..d250f38d4c028967b11c1723b212c0cc53b66756 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
|
| @@ -23,6 +23,9 @@ extern const char kFileMetadataKeyPrefix[];
|
| extern const char kFileTrackerKeyPrefix[];
|
|
|
| extern const char kAppRootIDByAppIDKeyPrefix[];
|
| +extern const char kActiveIDByFileIDKeyPrefix[];
|
| +extern const char kTrackerIDByFileIDKeyPrefix[];
|
| +extern const char kMultiTrackerByFileIDKeyPrefix[];
|
| extern const char kDirtyIDKeyPrefix[];
|
| extern const char kDemotedDirtyIDKeyPrefix[];
|
|
|
|
|