Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: components/sync/protocol/app_notification_specifics.proto

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
-
« no previous file with comments | « components/sync/protocol/app_list_specifics.proto ('k') | components/sync/protocol/app_setting_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698