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

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: 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
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 25abae3046b34aa2b7b37142be373915dae4bf39..3e5b3a8a4e3b050051dced110c7bedb8c457ce58 100644
--- a/ios/public/test/test_keyed_service_provider.h
+++ b/ios/public/test/test_keyed_service_provider.h
@@ -20,8 +20,8 @@ class TestKeyedServiceProvider : public KeyedServiceProvider {
KeyedServiceBaseFactory* GetBookmarkModelFactory() override;
bookmarks::BookmarkModel* GetBookmarkModelForBrowserState(
ChromeBrowserState* browser_state) override;
- KeyedServiceBaseFactory* GetProfileOAuth2TokenServiceIOSFactory() override;
- ProfileOAuth2TokenServiceIOS* GetProfileOAuth2TokenServiceIOSForBrowserState(
+ KeyedServiceBaseFactory* GetProfileOAuth2TokenServiceFactory() override;
+ ProfileOAuth2TokenService* GetProfileOAuth2TokenServiceForBrowserState(
ChromeBrowserState* browser_state) override;
KeyedServiceBaseFactory* GetSigninManagerFactory() override;
SigninManager* GetSigninManagerForBrowserState(
« no previous file with comments | « ios/public/provider/chrome/browser/keyed_service_provider.h ('k') | ios/public/test/test_keyed_service_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698