Index: chrome/browser/status_icons/desktop_notification_balloon.cc |
diff --git a/chrome/browser/status_icons/desktop_notification_balloon.cc b/chrome/browser/status_icons/desktop_notification_balloon.cc |
index 31a893a2fa5da0ef35c2ab07dd59ce4dd5b9e6f7..abd499adc325650340a3bdad5683fc2bdebdff0c 100644 |
--- a/chrome/browser/status_icons/desktop_notification_balloon.cc |
+++ b/chrome/browser/status_icons/desktop_notification_balloon.cc |
@@ -77,7 +77,7 @@ void DesktopNotificationBalloon::DisplayBalloon( |
Profile* profile; |
{ |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
- profile = ProfileManager::GetLastUsedProfile(); |
+ profile = g_browser_process->profile_manager()->GetLastUsedProfile(); |
} |
NotificationDelegate* delegate = |