| Index: chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| index f439e10d5d26530adc2550cc567f6b5f9ec9a512..8b7f68f5eb9ca3486098da5c20abd2001e0295ef 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| @@ -7,6 +7,7 @@
|
| #include <windows.h>
|
| #include "base/win/windows_version.h"
|
| #include "chrome/browser/app_icon_win.h"
|
| +#include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/status_icons/status_icon.h"
|
| #include "chrome/browser/ui/browser.h"
|
| @@ -22,7 +23,7 @@
|
| namespace message_center {
|
| void WebNotificationTray::OnBalloonClicked() {
|
| chrome::ScopedTabbedBrowserDisplayer displayer(
|
| - ProfileManager::GetLastUsedProfileAllowedByPolicy(),
|
| + g_browser_process->profile_manager()->GetLastUsedProfileAllowedByPolicy(),
|
| chrome::GetActiveDesktop());
|
| chrome::ShowSingletonTab(displayer.browser(),
|
| GURL(chrome::kNotificationsHelpURL));
|
|
|