| Index: google_apis/gaia/oauth2_mint_token_flow.h
|
| diff --git a/google_apis/gaia/oauth2_mint_token_flow.h b/google_apis/gaia/oauth2_mint_token_flow.h
|
| index 5bb751d6c71e74c171a0fcdf67a0ddd4ad41043b..06c823ce4bc53186135c2577b95ce00cff8799d5 100644
|
| --- a/google_apis/gaia/oauth2_mint_token_flow.h
|
| +++ b/google_apis/gaia/oauth2_mint_token_flow.h
|
| @@ -43,8 +43,8 @@ struct IssueAdviceInfoEntry {
|
| IssueAdviceInfoEntry();
|
| ~IssueAdviceInfoEntry();
|
|
|
| - string16 description;
|
| - std::vector<string16> details;
|
| + base::string16 description;
|
| + std::vector<base::string16> details;
|
|
|
| bool operator==(const IssueAdviceInfoEntry& rhs) const;
|
| };
|
|
|