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

Unified Diff: ios/public/test/test_keyed_service_provider.h

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.h
diff --git a/ios/public/test/test_keyed_service_provider.h b/ios/public/test/test_keyed_service_provider.h
index a3af1ab7214a834d7881d797d63f442a380e08f4..83691900507f371d7c4f703fcea195fa0b89ef8b 100644
--- a/ios/public/test/test_keyed_service_provider.h
+++ b/ios/public/test/test_keyed_service_provider.h
@@ -21,7 +21,7 @@ class TestKeyedServiceProvider : public KeyedServiceProvider {
bookmarks::BookmarkModel* GetBookmarkModelForBrowserState(
ChromeBrowserState* browser_state) override;
KeyedServiceBaseFactory* GetProfileOAuth2TokenServiceIOSFactory() override;
- ProfileOAuth2TokenServiceIOS* GetProfileOAuth2TokenServiceIOSForBrowserState(
+ ProfileOAuth2TokenService* GetProfileOAuth2TokenServiceIOSForBrowserState(
ChromeBrowserState* browser_state) override;
KeyedServiceBaseFactory* GetSigninManagerFactory() override;
SigninManager* GetSigninManagerForBrowserState(

Powered by Google App Engine
This is Rietveld 408576698