Index: chrome/browser/ui/gtk/rounded_window.cc |
=================================================================== |
--- chrome/browser/ui/gtk/rounded_window.cc (revision 71810) |
+++ chrome/browser/ui/gtk/rounded_window.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/rounded_window.h" |
+#include "chrome/browser/ui/gtk/rounded_window.h" |
#include <gtk/gtk.h> |
#include <math.h> |
@@ -10,7 +10,7 @@ |
#include "app/gtk_signal_registrar.h" |
#include "base/i18n/rtl.h" |
#include "base/logging.h" |
-#include "chrome/browser/gtk/gtk_util.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
namespace gtk_util { |