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

Unified Diff: sync/protocol/app_notification_specifics.proto

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on r171683 (no code changes) Created 8 years 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: sync/protocol/app_notification_specifics.proto
diff --git a/sync/protocol/app_notification_specifics.proto b/sync/protocol/app_notification_specifics.proto
index 58436c7ad004380eaccdaf2b3e2d65f7c4b9efe2..2ef7e8dd6de2bd2a2db004a40e148db67609644f 100644
--- a/sync/protocol/app_notification_specifics.proto
+++ b/sync/protocol/app_notification_specifics.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698