Chromium Code Reviews| Index: google_apis/gaia/oauth2_token_service.h |
| diff --git a/google_apis/gaia/oauth2_token_service.h b/google_apis/gaia/oauth2_token_service.h |
| index 013e7843d71d222cf09f1657e2f7040dca7fb4a7..bc60e352a70af037c42312e7a2fde098692fb28d 100644 |
| --- a/google_apis/gaia/oauth2_token_service.h |
| +++ b/google_apis/gaia/oauth2_token_service.h |
| @@ -19,7 +19,7 @@ |
| #include "base/timer/timer.h" |
| #include "google_apis/gaia/google_service_auth_error.h" |
| #include "google_apis/gaia/oauth2_access_token_consumer.h" |
| -#include "google_apis/gaia/oauth2_access_token_fetcher.h" |
| +#include "google_apis/gaia/oauth2_access_token_fetcher_impl.h" |
|
Joao da Silva
2014/03/03 20:58:19
Move to .cc?
msarda
2014/03/04 12:37:13
Done.
|
| namespace net { |
| class URLRequestContextGetter; |