| Index: chrome/browser/webdata/autofill_table.h
 | 
| diff --git a/chrome/browser/webdata/autofill_table.h b/chrome/browser/webdata/autofill_table.h
 | 
| index 6418d96c29f5e56b0ef3c31a1882f28374d79713..aceef0bcf4d82be19cad79ba2f2f84f70ab50468 100644
 | 
| --- a/chrome/browser/webdata/autofill_table.h
 | 
| +++ b/chrome/browser/webdata/autofill_table.h
 | 
| @@ -87,9 +87,11 @@ struct FormField;
 | 
|  //                      associated with a profile.
 | 
|  //
 | 
|  //   guid               The guid string that identifies the profile to which
 | 
| -//                      the phone or fax number belongs.
 | 
| -//   type               An integer constant designating either phone or fax type
 | 
| -//                      of the number.
 | 
| +//                      the phone number belongs.
 | 
| +//   type               An integer constant designating either phone type of the
 | 
| +//                      number.
 | 
| +//                      TODO(jhawkins): Remove the type column and migrate the
 | 
| +//                      database.
 | 
|  //   number
 | 
|  //
 | 
|  // autofill_profiles_trash
 | 
| 
 |