Index: chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc (revision 71526) |
+++ chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/gtk/notifications/balloon_view_gtk.h" |
+#include "chrome/browser/ui/gtk/notifications/balloon_view_gtk.h" |
#include <gtk/gtk.h> |
@@ -17,13 +17,6 @@ |
#include "chrome/browser/browser_window.h" |
#include "chrome/browser/extensions/extension_host.h" |
#include "chrome/browser/extensions/extension_process_manager.h" |
-#include "chrome/browser/gtk/custom_button.h" |
-#include "chrome/browser/gtk/gtk_theme_provider.h" |
-#include "chrome/browser/gtk/gtk_util.h" |
-#include "chrome/browser/gtk/info_bubble_gtk.h" |
-#include "chrome/browser/gtk/menu_gtk.h" |
-#include "chrome/browser/gtk/notifications/balloon_view_host_gtk.h" |
-#include "chrome/browser/gtk/rounded_window.h" |
#include "chrome/browser/notifications/balloon.h" |
#include "chrome/browser/notifications/desktop_notification_service.h" |
#include "chrome/browser/notifications/notification.h" |
@@ -32,6 +25,13 @@ |
#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/browser/renderer_host/render_widget_host_view.h" |
#include "chrome/browser/themes/browser_theme_provider.h" |
+#include "chrome/browser/ui/gtk/custom_button.h" |
+#include "chrome/browser/ui/gtk/gtk_theme_provider.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
+#include "chrome/browser/ui/gtk/info_bubble_gtk.h" |
+#include "chrome/browser/ui/gtk/menu_gtk.h" |
+#include "chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.h" |
+#include "chrome/browser/ui/gtk/rounded_window.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/notification_details.h" |
#include "chrome/common/notification_service.h" |