| Index: ash/system/web_notification/web_notification_tray_unittest.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| index 00594313e5d16c329eafa5f771d66b51cc09b950..705882c6bd2c935a1ad9936d08cab6607c355822 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -69,7 +69,7 @@ SystemTray* GetSystemTray() {
|
| // Trivial item implementation for testing PopupAndSystemTray test case.
|
| class TestItem : public SystemTrayItem {
|
| public:
|
| - TestItem() : SystemTrayItem(GetSystemTray()) {}
|
| + TestItem() : SystemTrayItem(GetSystemTray(), TEST) {}
|
|
|
| views::View* CreateDefaultView(LoginStatus status) override {
|
| views::View* default_view = new views::View;
|
|
|