| 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 52a1576e71b7a63158a5b7634cbee650f4924ad2..0ee8339dd2660dd6613d4b5b5132bd2b939dce82 100644
|
| --- a/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| +++ b/chrome/browser/notifications/desktop_notifications_unittest.cc
|
| @@ -98,7 +98,7 @@ void DesktopNotificationsTest::SetUp() {
|
| ash::Shell::CreateInstance(NULL);
|
| #endif
|
|
|
| - browser::RegisterLocalState(&local_state_);
|
| + chrome::RegisterLocalState(&local_state_);
|
| profile_.reset(new TestingProfile());
|
| balloon_collection_ = new MockBalloonCollection();
|
| ui_manager_.reset(NotificationUIManager::Create(&local_state_,
|
|
|