Index: ash/system/tray/tray_empty.cc |
diff --git a/ash/system/tray/tray_empty.cc b/ash/system/tray/tray_empty.cc |
index 670618d42fe67d56b985ab03726acd48b2e10715..27fb7302edec7784b0f7c306c705f92e567c95d9 100644 |
--- a/ash/system/tray/tray_empty.cc |
+++ b/ash/system/tray/tray_empty.cc |
@@ -27,7 +27,9 @@ class EmptyBackground : public views::Background { |
namespace ash { |
namespace internal { |
-TrayEmpty::TrayEmpty() {} |
+TrayEmpty::TrayEmpty(SystemTray* system_tray) |
+ : SystemTrayItem(system_tray) { |
+} |
TrayEmpty::~TrayEmpty() {} |