| 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_;
|
|
|