Index: chrome/browser/ui/gtk/options/content_exceptions_window_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/options/content_exceptions_window_gtk.cc (revision 71526) |
+++ chrome/browser/ui/gtk/options/content_exceptions_window_gtk.cc (working copy) |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/gtk/options/content_exceptions_window_gtk.h" |
+#include "chrome/browser/ui/gtk/options/content_exceptions_window_gtk.h" |
#include <set> |
#include "app/l10n_util.h" |
#include "base/message_loop.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/gtk/gtk_util.h" |
-#include "chrome/browser/gtk/options/content_exception_editor.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
+#include "chrome/browser/ui/gtk/options/content_exception_editor.h" |
#include "gfx/gtk_util.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |