| Index: google_apis/gaia/oauth2_api_call_flow.h | 
| diff --git a/google_apis/gaia/oauth2_api_call_flow.h b/google_apis/gaia/oauth2_api_call_flow.h | 
| index fccd1e753be74179268ffd1fb4f856dd9035854b..b29bc8a13904e2c7ae46b5a325ecd7ba64155c63 100644 | 
| --- a/google_apis/gaia/oauth2_api_call_flow.h | 
| +++ b/google_apis/gaia/oauth2_api_call_flow.h | 
| @@ -7,10 +7,12 @@ | 
|  | 
| #include <string> | 
|  | 
| +#include "base/gtest_prod_util.h" | 
| #include "base/memory/scoped_ptr.h" | 
| #include "google_apis/gaia/oauth2_access_token_consumer.h" | 
| #include "google_apis/gaia/oauth2_access_token_fetcher.h" | 
| #include "net/url_request/url_fetcher_delegate.h" | 
| +#include "url/gurl.h" | 
|  | 
| class GoogleServiceAuthError; | 
| class OAuth2MintTokenFlowTest; | 
|  |