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

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: Address final comments 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/core/browser/wallet/real_pan_wallet_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 86a6b3171d5642230c79564418e2ef28afa79f61..9e510e7eda36e523cec8ce51533523b8faa7f8a8 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/core/browser/wallet/real_pan_wallet_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698