| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
| index bebd5113691f73af641bdcbfe1042b8d0abbc512..5cc1c341458a9e4d5425b8c9c739c06eb6823fc3 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
| @@ -15,7 +15,6 @@
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/system/chromeos/supervised/custodian_info_tray_observer.h"
|
| #include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/tray/system_tray_notifier.h"
|
| #include "base/callback_forward.h"
|
| #include "base/callback_list.h"
|
| #include "base/compiler_specific.h"
|
| @@ -45,7 +44,7 @@
|
| #include "ui/chromeos/ime/input_method_menu_manager.h"
|
|
|
| namespace ash {
|
| -class WmSystemTrayNotifier;
|
| +class SystemTrayNotifier;
|
| class VPNDelegate;
|
| }
|
|
|
| @@ -172,8 +171,6 @@ class SystemTrayDelegateChromeOS
|
|
|
| ash::SystemTrayNotifier* GetSystemTrayNotifier();
|
|
|
| - ash::WmSystemTrayNotifier* GetWmSystemTrayNotifier();
|
| -
|
| void SetProfile(Profile* profile);
|
|
|
| bool UnsetProfile(Profile* profile);
|
|
|