| 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 824a8279b172514008ce3588dea49f388e9928fc..956933e2bf31fb6b89a84d099ea05540a72fccd2 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,8 @@ extern const char kFileMetadataKeyPrefix[];
|
| extern const char kFileTrackerKeyPrefix[];
|
|
|
| extern const char kAppRootIDByAppIDKeyPrefix[];
|
| +extern const char kDirtyIDKeyPrefix[];
|
| +extern const char kDemotedDirtyIDKeyPrefix[];
|
|
|
| extern const int kMaxRetry;
|
| extern const int64 kListChangesRetryDelaySeconds;
|
|
|