Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: ui/base/gtk/gdk_x_compat.h

Issue 10795024: ui: Forward declare DefaultSingletonTraits in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/gtk/g_object_destructor_filo.cc ('k') | ui/base/touch/touch_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/base/gtk/g_object_destructor_filo.cc ('k') | ui/base/touch/touch_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698