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

Unified Diff: chrome/browser/ui/webui/settings/people_handler_unittest.cc

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Chromeos fix Created 3 years, 11 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/ui/webui/settings/people_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/settings/people_handler_unittest.cc b/chrome/browser/ui/webui/settings/people_handler_unittest.cc
index 487eff29d85985b78c61fee671eed4ef680e32a4..c99641ff9f26eb05587c2c0558fb42830c36efa7 100644
--- a/chrome/browser/ui/webui/settings/people_handler_unittest.cc
+++ b/chrome/browser/ui/webui/settings/people_handler_unittest.cc
@@ -288,7 +288,7 @@ class PeopleHandlerTest : public testing::Test {
// SyncStartupTracker.
void NotifySyncListeners() {
if (handler_->sync_startup_tracker_)
- handler_->sync_startup_tracker_->OnStateChanged();
+ handler_->sync_startup_tracker_->OnStateChanged(mock_pss_);
}
virtual std::string GetTestUser() {

Powered by Google App Engine
This is Rietveld 408576698