| Index: chrome/browser/notifications/desktop_notifications_unittest.cc
|
| diff --git a/chrome/browser/notifications/desktop_notifications_unittest.cc b/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| index a657cf704cba340cafee88ee43c2ae4e45dd887e..85ce0e23154f98007dedf8383d9807da19c136fc 100644
|
| --- a/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| +++ b/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| @@ -103,7 +103,7 @@ void DesktopNotificationsTest::SetUp() {
|
| active_desktop_monitor_.reset(new ActiveDesktopMonitor);
|
| #endif
|
|
|
| - chrome::RegisterLocalState(&local_state_, local_state_.registry());
|
| + chrome::RegisterLocalState(local_state_.registry());
|
| profile_.reset(new TestingProfile());
|
| ui_manager_.reset(new BalloonNotificationUIManager(&local_state_));
|
| balloon_collection_ = new MockBalloonCollection();
|
|
|