| 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 aea8fce4cc74e274f6c434723fa30405bd269621..1577866001ab95f748d36d41b7cfd863cf328e0e 100644
|
| --- a/components/webdata/common/web_data_results.h
|
| +++ b/components/webdata/common/web_data_results.h
|
| @@ -25,7 +25,7 @@ typedef enum {
|
| PASSWORD_IE7_RESULT, // WDResult<IE7PasswordInfo>
|
| #endif //
|
| WEB_APP_IMAGES, // WDResult<WDAppImagesResult>
|
| - TOKEN_RESULT, // WDResult<std::vector<std::string>>
|
| + TOKEN_RESULT, // WDResult<TokenResult>
|
| AUTOFILL_VALUE_RESULT, // WDResult<std::vector<base::string16>>
|
| AUTOFILL_CHANGES, // WDResult<std::vector<AutofillChange>>
|
| AUTOFILL_PROFILE_RESULT, // WDResult<AutofillProfile>
|
|
|