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

Unified Diff: chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 2 Created 7 years, 8 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/browser/signin/profile_oauth2_token_service_request_unittest.cc
diff --git a/chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc b/chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc
index 184c7b2a73258608d183a9caae9c8f3045610337..971d66cdef80ce06f22dbacccf396125a9c35e65 100644
--- a/chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc
+++ b/chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc
@@ -157,7 +157,8 @@ scoped_ptr<OAuth2TokenService::Request>
return request.PassAs<OAuth2TokenService::Request>();
}
-static ProfileKeyedService* CreateOAuth2TokenService(Profile* profile) {
+static ProfileKeyedService* CreateOAuth2TokenService(
+ content::BrowserContext* profile) {
return new MockProfileOAuth2TokenService();
}
« no previous file with comments | « chrome/browser/signin/profile_oauth2_token_service_factory.cc ('k') | chrome/browser/signin/signin_manager_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698