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 2b6b62f290a8ce053fd3c378a59bc31b00714603..be62fc45b22de22e25d8c55199b851ac6129e88a 100644 |
--- a/chrome/browser/chromeos/notifications/notification_panel.cc |
+++ b/chrome/browser/chromeos/notifications/notification_panel.cc |
@@ -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__) |