Index: chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc |
=================================================================== |
--- chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc (revision 124477) |
+++ chrome/browser/chromeos/notifications/desktop_notifications_unittest.cc (working copy) |
@@ -114,7 +114,7 @@ |
void DesktopNotificationsTest::SetUp() { |
#if defined(USE_AURA) |
// Make sure a root window has been instantiated. |
- ash::Shell::CreateInstance(NULL); |
+ ash::Shell::GetRootWindow(); |
#endif |
browser::RegisterLocalState(&local_state_); |
profile_.reset(new TestingProfile()); |