Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 76f5101319c617c1465d23675b515d53cab3956b..e4ad5b0be86433f7b87225ecb69c4b98d651bb60 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -107,7 +107,7 @@ |
#endif |
#if defined(OS_ANDROID) |
-#include "chrome/browser/signin/android_profile_oauth2_token_service.h" |
+#include "chrome/browser/signin/oauth2_token_service_delegate_android.h" |
#endif |
#if defined(ENABLE_SUPERVISED_USERS) |
@@ -409,7 +409,7 @@ void TestingProfile::Init() { |
#if defined(OS_ANDROID) |
// Make sure token service knows its running in tests. |
- AndroidProfileOAuth2TokenService::set_is_testing_profile(); |
+ OAuth2TokenServiceDelegateAndroid::set_is_testing_profile(); |
#endif |
// Normally this would happen during browser startup, but for tests |