| Index: chrome/browser/chromeos/notifications/notification_panel.cc
|
| diff --git a/chrome/browser/chromeos/notifications/notification_panel.cc b/chrome/browser/chromeos/notifications/notification_panel.cc
|
| index 97ed173ccaa00576213b581c4e89e085bb19a87b..4803711db75200d2111f7c354703f659ddb6b079 100644
|
| --- a/chrome/browser/chromeos/notifications/notification_panel.cc
|
| +++ b/chrome/browser/chromeos/notifications/notification_panel.cc
|
| @@ -20,9 +20,9 @@
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/views/controls/native/native_view_host.h"
|
| +#include "ui/views/controls/scroll_view.h"
|
| #include "ui/views/widget/native_widget_gtk.h"
|
| #include "views/background.h"
|
| -#include "views/controls/scroll_view.h"
|
|
|
| #define SET_STATE(state) SetState(state, __PRETTY_FUNCTION__)
|
|
|
|
|