From 010ea08a647dfdc4c75aaab2fca65128f50f2379 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 11 Oct 2009 20:21:32 +0000 Subject: Move native_widget_types and gtk_native_view_id_manager from base/gfx to app/gfx in preparation for removing the base_gfx project. This also moves base/window_impl.cc to app/win/window_impl because this file shouldn't be in base. TEST=none BUG=none Review URL: http://codereview.chromium.org/273017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28691 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/native/native_view_host.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'views/controls/native') diff --git a/views/controls/native/native_view_host.h b/views/controls/native/native_view_host.h index 679e176..116fbe0 100644 --- a/views/controls/native/native_view_host.h +++ b/views/controls/native/native_view_host.h @@ -7,10 +7,9 @@ #include +#include "app/gfx/native_widget_types.h" #include "views/view.h" -#include "base/gfx/native_widget_types.h" - namespace views { class NativeViewHostWrapper; -- cgit v1.1