Chromium Code Reviews| Index: sync/protocol/sync.proto |
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto |
| index b9f0de538db0c40628daa4f99612a3be5c014f1d..7b659671bcef089aa52599cac00321e821400282 100644 |
| --- a/sync/protocol/sync.proto |
| +++ b/sync/protocol/sync.proto |
| @@ -19,6 +19,7 @@ import "app_notification_specifics.proto"; |
| import "app_setting_specifics.proto"; |
| import "app_specifics.proto"; |
| import "article_specifics.proto"; |
| +import "attachments.proto"; |
|
Nicolas Zea
2014/03/26 20:32:19
is this necessary?
maniscalco
2014/03/26 21:58:10
Good catch. Removed.
|
| import "autofill_specifics.proto"; |
| import "bookmark_specifics.proto"; |
| import "client_commands.proto"; |
| @@ -930,4 +931,3 @@ message ClientToServerResponse { |
| // sent with any subsequent ClientToServerMessages. |
| optional ChipBag new_bag_of_chips = 14; |
| }; |
| - |