Index: chrome/browser/signin/android_profile_oauth2_token_service.h |
diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.h b/chrome/browser/signin/android_profile_oauth2_token_service.h |
index 4f1cff2f1f32551393ce1c5ed817fc39dc9a9c6a..cab931425aacfe31479b1083eb6e7a8687e9186b 100644 |
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h |
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h |
@@ -22,7 +22,7 @@ |
// See |ProfileOAuth2TokenService| for usage details. |
// |
// Note: requests should be started from the UI thread. To start a |
-// request from other thread, please use ProfileOAuth2TokenServiceRequest. |
+// request from other thread, please use OAuth2TokenServiceRequest. |
class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService { |
public: |
// Registers the AndroidProfileOAuth2TokenService's native methods through |