Index: components/sync/protocol/app_notification_specifics.proto |
diff --git a/sync/protocol/app_notification_specifics.proto b/components/sync/protocol/app_notification_specifics.proto |
similarity index 96% |
rename from sync/protocol/app_notification_specifics.proto |
rename to components/sync/protocol/app_notification_specifics.proto |
index 58436c7ad004380eaccdaf2b3e2d65f7c4b9efe2..e9b6b226b2072291eb5b393d9b3fa413de826201 100644 |
--- a/sync/protocol/app_notification_specifics.proto |
+++ b/components/sync/protocol/app_notification_specifics.proto |
@@ -26,7 +26,7 @@ message AppNotification { |
// globally unique - only unique for a given user. |
optional string guid = 1; |
// Metadata, not shown directly to the user. |
- // The unique App Id, as created by the webstore and used to |
+ // The unique App Id, as created by the webstore and used to |
// delegate messages to the applications. This is defined as 32 characters |
optional string app_id = 2; |
// Timestamp when the message was created in milliseconds. |
@@ -41,4 +41,3 @@ message AppNotification { |
optional string link_url = 6; |
optional string link_text = 7; |
} |
- |