| Index: chrome/browser/sync/protocol/autofill_specifics.proto
 | 
| diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto
 | 
| index 907fca4ff0ac1da995e31b13e57b6803bc603b3a..d9026b131751f09ea1908bcec2e266d8037bf636 100644
 | 
| --- a/chrome/browser/sync/protocol/autofill_specifics.proto
 | 
| +++ b/chrome/browser/sync/protocol/autofill_specifics.proto
 | 
| @@ -40,8 +40,11 @@ message AutofillProfileSpecifics {
 | 
|    optional string address_home_zip = 11;
 | 
|    optional string address_home_country = 12;
 | 
|  
 | 
| -  // Phone + fax.
 | 
| +  // Phone.
 | 
|    optional string phone_home_whole_number = 13;
 | 
| +
 | 
| +  // Deprecated.
 | 
| +  // TODO(jhawkins): Determine if this is safe to remove.
 | 
|    optional string phone_fax_whole_number = 14;
 | 
|  }
 | 
|  
 | 
| 
 |