Index: chrome/browser/ui/gtk/dialogs_kde.cc |
diff --git a/chrome/browser/ui/gtk/dialogs_kde.cc b/chrome/browser/ui/gtk/dialogs_kde.cc |
index 8b6893e56ae2d25992faacce723793c518efdf3e..109b239e92c7c79c2486a73bf57059a4df883928 100644 |
--- a/chrome/browser/ui/gtk/dialogs_kde.cc |
+++ b/chrome/browser/ui/gtk/dialogs_kde.cc |
@@ -2,8 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <gdk/gdkx.h> |
-#include <gtk/gtk.h> |
+#include "content/public/browser/browser_thread.h" |
#include <set> |
@@ -22,6 +21,10 @@ |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |
+// These conflict with base/tracked_objects.h, so need to come last. |
+#include <gdk/gdkx.h> |
+#include <gtk/gtk.h> |
+ |
using content::BrowserThread; |
namespace { |