Index: google_apis/gaia/fake_gaia.h |
diff --git a/google_apis/gaia/fake_gaia.h b/google_apis/gaia/fake_gaia.h |
index 1f1a3eff9c5c58353c8d56a7d61dafecbacf5a5d..f84e2e738f50ac405f1e370113495c33513c30b6 100644 |
--- a/google_apis/gaia/fake_gaia.h |
+++ b/google_apis/gaia/fake_gaia.h |
@@ -64,7 +64,7 @@ class FakeGaia { |
// auth_code cookie value response for /o/oauth2/programmatic_auth call. |
std::string auth_code; |
- // OAuth2 refresh and access token generated by /o/oauth2/token call |
+ // OAuth2 refresh and access token generated by /oauth2/v4/token call |
// with "...&grant_type=authorization_code". |
std::string refresh_token; |
std::string access_token; |