| Index: chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc b/chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc
|
| index a3da57493ccc0c1fbf48d7d64a395e21cff6455c..26862a8ea1e31def8bf26ebafca4ae389a0381bc 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc
|
| @@ -71,7 +71,6 @@ const char kDriveMetadataKeyPrefix[] = "METADATA: ";
|
| const char kMetadataKeySeparator = ' ';
|
| const char kDriveIncrementalSyncOriginKeyPrefix[] = "ISYNC_ORIGIN: ";
|
| const char kDriveDisabledOriginKeyPrefix[] = "DISABLED_ORIGIN: ";
|
| -const size_t kDriveMetadataKeyPrefixLength = arraysize(kDriveMetadataKeyPrefix);
|
|
|
| enum OriginSyncType {
|
| INCREMENTAL_SYNC_ORIGIN,
|
|
|