| 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 ff597cc9a5910c8fc313f7e6f9ef6ec6ea1fbb8c..d1f3ca583ac61cbbb788132d85d0ed1a42f0933b 100644 | 
| --- a/google_apis/gaia/oauth2_mint_token_flow.h | 
| +++ b/google_apis/gaia/oauth2_mint_token_flow.h | 
| @@ -109,6 +109,8 @@ class OAuth2MintTokenFlow : public OAuth2ApiCallFlow { | 
|  | 
| void ProcessApiCallSuccess(const net::URLFetcher* source) override; | 
| void ProcessApiCallFailure(const net::URLFetcher* source) override; | 
| +  net::PartialNetworkTrafficAnnotationTag GetNetworkTrafficAnnotationTag() | 
| +      override; | 
|  | 
| private: | 
| friend class OAuth2MintTokenFlowTest; | 
|  |