| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index f36246329f2b1113395dbb28bfc57e6c065aed3d..504460d6198cf04dccf8900d9c0535b166deb3f9 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/login_status.h"
|
| -#include "ash/common/system/tray/tray_background_view.h"
|
| +#include "ash/system/tray/tray_background_view.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -169,7 +169,6 @@
|
| bool IsPopupVisible() const;
|
| message_center::MessageCenterBubble* GetMessageCenterBubbleForTest();
|
|
|
| - StatusAreaWidget* status_area_widget_;
|
| std::unique_ptr<message_center::MessageCenterTray> message_center_tray_;
|
| std::unique_ptr<WebNotificationBubbleWrapper> message_center_bubble_;
|
| std::unique_ptr<message_center::MessagePopupCollection> popup_collection_;
|
|
|