| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index 05867e847deb25f58b0506e9ea4c36e412de2885..5070185318aef574ad87718cd9e864a5b0552db8 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -62,4 +62,6 @@ const int kNotificationIconWidth = 40;
|
| const int kTrayNotificationContentsWidth = kTrayPopupMinWidth -
|
| (kNotificationIconWidth + kTrayPopupPaddingHorizontal) * 2;
|
|
|
| +const int kTraySpacing = 8;
|
| +
|
| } // namespace ash
|
|
|