| Index: components/sync/protocol/reading_list_specifics.proto
 | 
| diff --git a/components/sync/protocol/reading_list_specifics.proto b/components/sync/protocol/reading_list_specifics.proto
 | 
| index 849e57c116c45555639dd857f1267757c153ae1f..fdd12d3a5487e3b9243b74626e295641bd268cbc 100644
 | 
| --- a/components/sync/protocol/reading_list_specifics.proto
 | 
| +++ b/components/sync/protocol/reading_list_specifics.proto
 | 
| @@ -10,7 +10,9 @@ option optimize_for = LITE_RUNTIME;
 | 
|  
 | 
|  package sync_pb;
 | 
|  
 | 
| -// Properties of Reading list items.
 | 
| +// Sync Reading list entry. This proto contains the fields synced for a reading
 | 
| +// list entry. It must be kept synced with the reading_list.ReadingListLocal
 | 
| +// protobuf.
 | 
|  message ReadingListSpecifics {
 | 
|    optional string entry_id = 1;
 | 
|  
 | 
| 
 |