Index: mojo/services/contacts/interfaces/contacts.mojom |
diff --git a/mojo/services/contacts/interfaces/contacts.mojom b/mojo/services/contacts/interfaces/contacts.mojom |
index ab10e731c7956520a2c2814c7bf477935b3e3c25..397722dcae07963a6973857c23caf40cf9914ccf 100644 |
--- a/mojo/services/contacts/interfaces/contacts.mojom |
+++ b/mojo/services/contacts/interfaces/contacts.mojom |
@@ -14,7 +14,6 @@ struct Contact { |
// Interface to query current user contacts. |
[ServiceName="contacts::ContactsService"] |
interface ContactsService { |
- |
// Returns the number of contacts that match the given |filter|. |filter| |
// will be matched against the contact name without considering the case. A |
// contact will match as soon as a part of the name match the filter. |