| Index: chrome/browser/chromeos/contacts/contact.proto
|
| diff --git a/chrome/browser/chromeos/contacts/contact.proto b/chrome/browser/chromeos/contacts/contact.proto
|
| index 32b735339b4fb23cfe99ebad6031db9421ab0a5b..0cd6705241424adbd7852cdaff8e6ee66429752f 100644
|
| --- a/chrome/browser/chromeos/contacts/contact.proto
|
| +++ b/chrome/browser/chromeos/contacts/contact.proto
|
| @@ -12,7 +12,7 @@ package contacts;
|
|
|
| // A contact, roughly based on the GData Contact kind:
|
| // https://developers.google.com/gdata/docs/2.0/elements#gdContactKind
|
| -// All strings are UTF-8.
|
| +// All strings are UTF-8 with Unicode byte order marks stripped out.
|
| message Contact {
|
| // Next ID to use: 15
|
|
|
|
|