Index: ui/message_center/message_view.h |
diff --git a/ui/message_center/message_view.h b/ui/message_center/message_view.h |
index 97c3dbb85497b1c1fa149fcb1fc073176610110d..3d113e383a3b3671ff30bf95b65238cf0ab2e3bd 100644 |
--- a/ui/message_center/message_view.h |
+++ b/ui/message_center/message_view.h |
@@ -22,7 +22,7 @@ const int kPaddingBetweenItems = 10; |
const int kPaddingHorizontal = 18; |
const int kWebNotificationButtonWidth = 32; |
const int kWebNotificationIconSize = 40; |
-const int kWebNotificationWidth = 320; |
+const int kWebNotificationWidth = 300; |
// An abstract class that forms the basis of a view for a notification entry. |
class MessageView : public views::SlideOutView, |