Index: chrome/browser/ui/gtk/constrained_window_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/constrained_window_gtk.cc (revision 71810) |
+++ chrome/browser/ui/gtk/constrained_window_gtk.cc (working copy) |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/gtk/constrained_window_gtk.h" |
+#include "chrome/browser/ui/gtk/constrained_window_gtk.h" |
#include <gdk/gdkkeysyms.h> |
#include "chrome/browser/browser_list.h" |
-#include "chrome/browser/gtk/gtk_util.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
#if defined(TOUCH_UI) |
#include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h" |