Chromium Code Reviews| Index: chrome/browser/extensions/app_notify_channel_setup_unittest.cc |
| diff --git a/chrome/browser/extensions/app_notify_channel_setup_unittest.cc b/chrome/browser/extensions/app_notify_channel_setup_unittest.cc |
| index bd5966301ac73ed74ee6e2179ec5fbe8235084af..9582da66d3a65fa6e24e6bdb078b45a4754dfd6d 100644 |
| --- a/chrome/browser/extensions/app_notify_channel_setup_unittest.cc |
| +++ b/chrome/browser/extensions/app_notify_channel_setup_unittest.cc |
| @@ -182,7 +182,7 @@ class AppNotifyChannelSetupTest : public testing::Test { |
| virtual ~AppNotifyChannelSetupTest() {} |
| virtual void SetLoggedInUser(const std::string username) { |
| - TestingPrefService* prefs = profile_.GetTestingPrefService(); |
| + TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); |
|
Mattias Nissler (ping if slow)
2012/12/19 19:50:22
could just use profile_->GetPrefs()->Set();
Jói
2012/12/20 16:30:31
Done.
|
| prefs->SetUserPref(prefs::kGoogleServicesUsername, |
| new StringValue(username)); |
| } |