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

Unified Diff: chrome/browser/signin/token_service_unittest.h

Issue 23068005: Convert UserPolicySigninService to use OAuth2TokenService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/token_service_unittest.h
diff --git a/chrome/browser/signin/token_service_unittest.h b/chrome/browser/signin/token_service_unittest.h
index 34aa04351b81d92e3e822d71e0bf767ab96fa8e3..3f2012e9bddddf8f54c34dc5c6e2f5bad93ce291 100644
--- a/chrome/browser/signin/token_service_unittest.h
+++ b/chrome/browser/signin/token_service_unittest.h
@@ -65,6 +65,9 @@ class TokenServiceTestHarness : public testing::Test {
void UpdateCredentialsOnService();
TestingProfile* profile() const { return profile_.get(); }
+ void set_profile(scoped_ptr<TestingProfile> profile) {
+ profile_ = profile.Pass();
+ }
TokenService* service() const { return service_; }
const GaiaAuthConsumer::ClientLoginResult& credentials() const {
return credentials_;

Powered by Google App Engine
This is Rietveld 408576698