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 e8b480b429249b0b3b46e308848cdb7501c2bdea..e98b45bfa18424f915120d0db6d0c5f37347d3d4 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 |
@@ -24,6 +24,9 @@ const char kAppRootIDByAppIDKeyPrefix[] = "APP_ROOT: "; |
const char kActiveTrackerIDByFileIDKeyPrefix[] = "ACTIVE_FILE: "; |
const char kTrackerIDByFileIDKeyPrefix[] = "TRACKER_FILE: "; |
const char kMultiTrackerByFileIDKeyPrefix[] = "MULTI_FILE: "; |
+const char kActiveTrackerIDByParentAndTitleKeyPrefix[] = "ACTIVE_PATH: "; |
+const char kTrackerIDByParentAndTitleKeyPrefix[] = "TRACKER_PATH: "; |
+const char kMultiBackingParentAndTitleKeyPrefix[] = "MULTI_PATH: "; |
const char kDirtyIDKeyPrefix[] = "DIRTY: "; |
const char kDemotedDirtyIDKeyPrefix[] = "DEMOTED_DIRTY: "; |