Chromium Code Reviews| Index: ui/base/gtk/gdk_x_compat.h |
| diff --git a/ui/base/gtk/gdk_x_compat.h b/ui/base/gtk/gdk_x_compat.h |
| index b53aefc0c010a7ab0c8edcee47a9ec98b6e78331..fd395c78f6af37b206690632a3f6bd18594e5e9b 100644 |
| --- a/ui/base/gtk/gdk_x_compat.h |
| +++ b/ui/base/gtk/gdk_x_compat.h |
| @@ -1,10 +1,11 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #ifndef UI_BASE_GTK_GDK_X_COMPAT_H_ |
| #define UI_BASE_GTK_GDK_X_COMPAT_H_ |
| +#include <gtk/gtk.h> |
|
sky
2012/07/19 16:09:02
Why the gtk include here? All the types here are g
|
| #include <gdk/gdkx.h> |
| // Google Chrome must depend on GTK 2.18, at least until the next LTS drops |