| Index: chrome/browser/ui/gtk/gtk_util.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_util.cc (revision 111697)
|
| +++ chrome/browser/ui/gtk/gtk_util.cc (working copy)
|
| @@ -5,9 +5,10 @@
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
|
|
| #include <cairo/cairo.h>
|
| +#include <gdk/gdkx.h>
|
| +#include <gtk/gtk.h>
|
|
|
| #include <cstdarg>
|
| -
|
| #include <map>
|
|
|
| #include "base/environment.h"
|
| @@ -52,10 +53,6 @@
|
| #include "chrome/browser/ui/gtk/browser_window_gtk.h"
|
| #endif
|
|
|
| -// These conflict with base/tracked_objects.h, so need to come last.
|
| -#include <gdk/gdkx.h>
|
| -#include <gtk/gtk.h>
|
| -
|
| namespace {
|
|
|
| #if defined(GOOGLE_CHROME_BUILD)
|
|
|
| Property changes on: chrome/browser/ui/gtk/gtk_util.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|