Index: chrome/browser/chromeos/contacts/contact.proto |
diff --git a/chrome/browser/chromeos/contacts/contact.proto b/chrome/browser/chromeos/contacts/contact.proto |
index 2ce555c62e68c44ce2c345b4503df80fba6acb36..e31c8444e4040846722d149e3e0b689c1f726c5b 100644 |
--- a/chrome/browser/chromeos/contacts/contact.proto |
+++ b/chrome/browser/chromeos/contacts/contact.proto |
@@ -19,7 +19,8 @@ message Contact { |
// Provider-assigned unique identifier. |
optional string provider_id = 1; |
- // Last time at which this contact was updated within the upstream provider. |
+ // Last time at which this contact was updated within the upstream provider, |
+ // as given by base::Time::ToInternalValue(). |
optional int64 update_time = 2; |
// Has the contact been deleted recently within the upstream provider? |