Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6360)

Unified Diff: chrome/test/base/testing_profile.cc

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: works for all platforms commit e75a498951318d4deb65d40ce8b2def44cd5abc0 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698