| Index: chrome/browser/sync_file_system/drive_backend/metadata_database.proto
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database.proto b/chrome/browser/sync_file_system/drive_backend/metadata_database.proto
|
| index 05a9c81b985cafa37eb17b9c9013bdfe2d22412c..aee00fd11efd273d36a66c4f4164067da848eb31 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/metadata_database.proto
|
| +++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.proto
|
| @@ -17,7 +17,7 @@ enum FileKind {
|
| }
|
|
|
| message ServiceMetadata {
|
| - optional int64 largest_change_id = 1 [default = 0];
|
| + optional int64 largest_change_id = 1;
|
| optional string sync_root_folder_id = 2;
|
| }
|
|
|
|
|