diff options
Diffstat (limited to 'chrome/browser/gtk/gtk_util.h')
-rw-r--r-- | chrome/browser/gtk/gtk_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/gtk/gtk_util.h b/chrome/browser/gtk/gtk_util.h index d2fca75..b2149b3 100644 --- a/chrome/browser/gtk/gtk_util.h +++ b/chrome/browser/gtk/gtk_util.h @@ -9,9 +9,9 @@ #include <string> #include <vector> -#include "base/gfx/point.h" -#include "base/gfx/rect.h" #include "chrome/common/x11_util.h" +#include "gfx/point.h" +#include "gfx/rect.h" #include "webkit/glue/window_open_disposition.h" typedef struct _GtkWidget GtkWidget; |