diff options
Diffstat (limited to 'chrome/browser/gtk/info_bubble_gtk.h')
-rw-r--r-- | chrome/browser/gtk/info_bubble_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/gtk/info_bubble_gtk.h b/chrome/browser/gtk/info_bubble_gtk.h index dd9c178..ae5048b 100644 --- a/chrome/browser/gtk/info_bubble_gtk.h +++ b/chrome/browser/gtk/info_bubble_gtk.h @@ -16,9 +16,9 @@ #include <gtk/gtk.h> #include "base/basictypes.h" -#include "base/gfx/point.h" -#include "base/gfx/rect.h" #include "chrome/common/notification_registrar.h" +#include "gfx/point.h" +#include "gfx/rect.h" class GtkThemeProvider; class InfoBubbleGtk; |