| Index: components/webdata/common/web_data_results.h
|
| diff --git a/components/webdata/common/web_data_results.h b/components/webdata/common/web_data_results.h
|
| index 7a225e9c6ee66a76b48ddac7c9ce4d16197e8f4c..1878dc0cc1842534fcea267c2ace889cf0d48bf1 100644
|
| --- a/components/webdata/common/web_data_results.h
|
| +++ b/components/webdata/common/web_data_results.h
|
| @@ -23,7 +23,7 @@ typedef enum {
|
| #endif
|
| WEB_APP_IMAGES, // WDResult<WDAppImagesResult>
|
| TOKEN_RESULT, // WDResult<std::vector<std::string>>
|
| - AUTOFILL_VALUE_RESULT, // WDResult<std::vector<string16>>
|
| + AUTOFILL_VALUE_RESULT, // WDResult<std::vector<base::string16>>
|
| AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>>
|
| AUTOFILL_PROFILE_RESULT, // WDResult<AutofillProfile>
|
| AUTOFILL_PROFILES_RESULT, // WDResult<std::vector<AutofillProfile*>>
|
|
|