| Index: components/autofill/browser/autofill_type.h
|
| diff --git a/components/autofill/browser/autofill_type.h b/components/autofill/browser/autofill_type.h
|
| index a199c2460364bf574f200a3b5776984bce4af707..0598c4ea859ef4e0d21abfe854d35743d12d90c4 100644
|
| --- a/components/autofill/browser/autofill_type.h
|
| +++ b/components/autofill/browser/autofill_type.h
|
| @@ -49,6 +49,6 @@ class AutofillType {
|
|
|
| typedef AutofillType::FieldTypeGroup FieldTypeGroup;
|
| typedef std::set<AutofillFieldType> FieldTypeSet;
|
| -typedef std::map<string16, AutofillFieldType> FieldTypeMap;
|
| +typedef std::map<base::string16, AutofillFieldType> FieldTypeMap;
|
|
|
| #endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_TYPE_H_
|
|
|