| 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 06c823ce4bc53186135c2577b95ce00cff8799d5..6c53c94564821463cc112df36c42eb142e86ec07 100644 | 
| --- a/google_apis/gaia/oauth2_mint_token_flow.h | 
| +++ b/google_apis/gaia/oauth2_mint_token_flow.h | 
| @@ -8,9 +8,11 @@ | 
| #include <string> | 
| #include <vector> | 
|  | 
| +#include "base/gtest_prod_util.h" | 
| #include "base/memory/weak_ptr.h" | 
| #include "base/strings/string16.h" | 
| #include "google_apis/gaia/oauth2_api_call_flow.h" | 
| +#include "url/gurl.h" | 
|  | 
| class GoogleServiceAuthError; | 
| class OAuth2MintTokenFlowTest; | 
|  |