| Index: chrome/browser/chromeos/notifications/notification_panel.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/notifications/notification_panel.cc (revision 110952)
|
| +++ chrome/browser/chromeos/notifications/notification_panel.cc (working copy)
|
| @@ -19,10 +19,10 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| -#include "ui/views/widget/native_widget_gtk.h"
|
| #include "views/background.h"
|
| #include "views/controls/native/native_view_host.h"
|
| #include "views/controls/scroll_view.h"
|
| +#include "views/widget/native_widget_gtk.h"
|
|
|
| #define SET_STATE(state) SetState(state, __PRETTY_FUNCTION__)
|
|
|
|
|