Index: chrome/browser/ui/gtk/content_setting_bubble_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/content_setting_bubble_gtk.cc (revision 71526) |
+++ chrome/browser/ui/gtk/content_setting_bubble_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/content_setting_bubble_gtk.h" |
+#include "chrome/browser/ui/gtk/content_setting_bubble_gtk.h" |
#include <set> |
#include <string> |
@@ -15,12 +15,12 @@ |
#include "chrome/browser/blocked_content_container.h" |
#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/content_setting_bubble_model.h" |
-#include "chrome/browser/gtk/gtk_chrome_link_button.h" |
-#include "chrome/browser/gtk/gtk_theme_provider.h" |
-#include "chrome/browser/gtk/gtk_util.h" |
-#include "chrome/browser/gtk/options/content_settings_window_gtk.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "chrome/browser/ui/gtk/gtk_chrome_link_button.h" |
+#include "chrome/browser/ui/gtk/gtk_theme_provider.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
+#include "chrome/browser/ui/gtk/options/content_settings_window_gtk.h" |
#include "chrome/common/content_settings.h" |
#include "chrome/common/notification_source.h" |
#include "chrome/common/notification_type.h" |