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 --- webkit/tools/test_shell/test_webview_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/test_shell/test_webview_delegate.cc') diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 68fc4af..1a197d2 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -12,9 +12,9 @@ #include "webkit/tools/test_shell/test_webview_delegate.h" +#include "app/gfx/native_widget_types.h" #include "base/file_util.h" #include "base/gfx/point.h" -#include "base/gfx/native_widget_types.h" #include "base/message_loop.h" #include "base/process_util.h" #include "base/string_util.h" -- cgit v1.1