diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 06:40:57 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 06:40:57 +0000 |
commit | 5c7293a73bdaedbe368bc26426a2345f230f2822 (patch) | |
tree | 9a5c28a66102e61536730d8335843c14ae5e0a10 /webkit/tools/test_shell | |
parent | af63c908603f8a2f58f69167129f819d5d30820c (diff) | |
download | chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.zip chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.tar.gz chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.tar.bz2 |
Move some more files to toplevel gfx dir.
TBR=darin
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.cc | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate_gtk.cc | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate_win.cc | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/webview_host.h | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/webwidget_host.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 9595a47..dd0dc2e 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -31,13 +31,13 @@ #include <string> #include <list> -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #if defined(OS_MACOSX) #include "base/lazy_instance.h" #endif #include "base/ref_counted.h" #include "base/weak_ptr.h" +#include "gfx/native_widget_types.h" #include "third_party/WebKit/WebKit/chromium/public/WebNavigationPolicy.h" #include "webkit/tools/test_shell/event_sending_controller.h" #include "webkit/tools/test_shell/layout_test_controller.h" diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 5a1f2e4..ff019cd 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -8,12 +8,12 @@ #include "webkit/tools/test_shell/test_webview_delegate.h" -#include "app/gfx/native_widget_types.h" #include "base/file_util.h" #include "base/message_loop.h" #include "base/process_util.h" #include "base/trace_event.h" #include "base/utf_string_conversions.h" +#include "gfx/native_widget_types.h" #include "gfx/point.h" #include "net/base/net_errors.h" #include "third_party/WebKit/WebKit/chromium/public/WebAccessibilityObject.h" diff --git a/webkit/tools/test_shell/test_webview_delegate_gtk.cc b/webkit/tools/test_shell/test_webview_delegate_gtk.cc index 63166ee..e3a433e 100644 --- a/webkit/tools/test_shell/test_webview_delegate_gtk.cc +++ b/webkit/tools/test_shell/test_webview_delegate_gtk.cc @@ -9,11 +9,11 @@ #include <gtk/gtk.h> #include <gdk/gdkx.h> -#include "app/gfx/gtk_util.h" #include "base/message_loop.h" #include "base/utf_string_conversions.h" #include "net/base/net_errors.h" #include "chrome/common/page_transition_types.h" +#include "gfx/gtk_util.h" #include "gfx/point.h" #include "third_party/WebKit/WebKit/chromium/public/WebCString.h" #include "third_party/WebKit/WebKit/chromium/public/WebCursorInfo.h" diff --git a/webkit/tools/test_shell/test_webview_delegate_win.cc b/webkit/tools/test_shell/test_webview_delegate_win.cc index d37485f..b785844 100644 --- a/webkit/tools/test_shell/test_webview_delegate_win.cc +++ b/webkit/tools/test_shell/test_webview_delegate_win.cc @@ -13,10 +13,10 @@ #include <shlwapi.h> #include "app/gfx/gdi_util.h" -#include "app/gfx/native_widget_types.h" #include "base/message_loop.h" #include "base/trace_event.h" #include "base/utf_string_conversions.h" +#include "gfx/native_widget_types.h" #include "gfx/point.h" #include "net/base/net_errors.h" #include "third_party/WebKit/WebKit/chromium/public/WebCursorInfo.h" diff --git a/webkit/tools/test_shell/webview_host.h b/webkit/tools/test_shell/webview_host.h index f73483f..2f09dec 100644 --- a/webkit/tools/test_shell/webview_host.h +++ b/webkit/tools/test_shell/webview_host.h @@ -7,8 +7,8 @@ #include <map> -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" +#include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "webkit/tools/test_shell/webwidget_host.h" diff --git a/webkit/tools/test_shell/webwidget_host.h b/webkit/tools/test_shell/webwidget_host.h index 093313c..904a878 100644 --- a/webkit/tools/test_shell/webwidget_host.h +++ b/webkit/tools/test_shell/webwidget_host.h @@ -5,9 +5,9 @@ #ifndef WEBKIT_TOOLS_TEST_SHELL_WEBWIDGET_HOST_H_ #define WEBKIT_TOOLS_TEST_SHELL_WEBWIDGET_HOST_H_ -#include "app/gfx/native_widget_types.h" #include "base/basictypes.h" #include "base/scoped_ptr.h" +#include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "skia/ext/platform_canvas.h" |