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

Unified Diff: ios/public/test/test_keyed_service_provider.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: ios/public/test/test_keyed_service_provider.cc
diff --git a/ios/public/test/test_keyed_service_provider.cc b/ios/public/test/test_keyed_service_provider.cc
index 016a5b3a6f1abdcd3a7e27716e036bc3f2835148..f5a6ebb716089d0da061a6412fcd47695810f96c 100644
--- a/ios/public/test/test_keyed_service_provider.cc
+++ b/ios/public/test/test_keyed_service_provider.cc
@@ -87,7 +87,7 @@ TestKeyedServiceProvider::GetProfileOAuth2TokenServiceIOSFactory() {
return MissingServiceKeyedServiceFactory::GetInstance();
}
-ProfileOAuth2TokenServiceIOS*
+ProfileOAuth2TokenService*
TestKeyedServiceProvider::GetProfileOAuth2TokenServiceIOSForBrowserState(
ChromeBrowserState* browser_state) {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698