| Index: components/reading_list/core/proto/reading_list.proto
 | 
| diff --git a/components/reading_list/ios/proto/reading_list.proto b/components/reading_list/core/proto/reading_list.proto
 | 
| similarity index 97%
 | 
| rename from components/reading_list/ios/proto/reading_list.proto
 | 
| rename to components/reading_list/core/proto/reading_list.proto
 | 
| index 412545460fab386fc975f08b810120c610e9f3ff..04a3e9463ac25d14293ecff2eff3f67784b0cfeb 100644
 | 
| --- a/components/reading_list/ios/proto/reading_list.proto
 | 
| +++ b/components/reading_list/core/proto/reading_list.proto
 | 
| @@ -35,7 +35,7 @@ message ReadingListLocal {
 | 
|      PROCESSING = 1;
 | 
|      PROCESSED = 2;
 | 
|      WILL_RETRY = 3;
 | 
| -    ERROR = 4;
 | 
| +    DISTILLATION_ERROR = 4;
 | 
|    }
 | 
|    optional DistillationState distillation_state = 7;
 | 
|    optional string distilled_path = 8;
 | 
| 
 |