| Index: chrome/test/data/autofill/merge/tools/flatten.py
|
| diff --git a/chrome/test/data/autofill/merge/tools/flatten.py b/chrome/test/data/autofill/merge/tools/flatten.py
|
| index 813a2b163fcd0ba11a492b3a9a4dc530f288cf6d..5b3c3def52564a94bf6ac1fb6fafc63d19b8096f 100644
|
| --- a/chrome/test/data/autofill/merge/tools/flatten.py
|
| +++ b/chrome/test/data/autofill/merge/tools/flatten.py
|
| @@ -11,7 +11,7 @@ def main():
|
|
|
| COLUMNS = ['First name', 'Middle name', 'Last name', 'Email', 'Company name',
|
| 'Address line 1', 'Address line 2', 'City', 'State', 'ZIP code',
|
| - 'Country', 'Phone', 'Fax']
|
| + 'Country', 'Phone']
|
|
|
| if len(sys.argv) != 2:
|
| print "Usage: python flatten.py <path/to/serialized_profiles>"
|
|
|