| Index: ui/message_center/views/notification_view.cc
|
| diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc
|
| index 43cf4e5e5ae68b138ca77436799f8a3f9a4122a6..b6e8bcc8d4b96ca9becff7db7025794647d4202b 100644
|
| --- a/ui/message_center/views/notification_view.cc
|
| +++ b/ui/message_center/views/notification_view.cc
|
| @@ -30,6 +30,10 @@
|
| #include "ui/views/layout/fill_layout.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| +#if defined(USE_AURA)
|
| +#include "ui/base/cursor/cursor.h"
|
| +#endif
|
| +
|
| namespace {
|
|
|
| // Dimensions.
|
|
|