| 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 69b53e8f50eb4097a6d1d25212ced88cec28ce69..dc2c66a23257e16d6520bb64d96465b3af57e64c 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
|
| @@ -26,6 +26,9 @@ extern const char kAppRootIDByAppIDKeyPrefix[];
|
| extern const char kActiveTrackerIDByFileIDKeyPrefix[];
|
| extern const char kTrackerIDByFileIDKeyPrefix[];
|
| extern const char kMultiTrackerByFileIDKeyPrefix[];
|
| +extern const char kActiveTrackerIDByParentAndTitleKeyPrefix[];
|
| +extern const char kTrackerIDByParentAndTitleKeyPrefix[];
|
| +extern const char kMultiBackingParentAndTitleKeyPrefix[];
|
| extern const char kDirtyIDKeyPrefix[];
|
| extern const char kDemotedDirtyIDKeyPrefix[];
|
|
|
|
|