| Index: webkit/tools/test_shell/webview_host_gtk.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/webview_host_gtk.cc (revision 73642)
|
| +++ webkit/tools/test_shell/webview_host_gtk.cc (working copy)
|
| @@ -7,10 +7,10 @@
|
| #include "webkit/tools/test_shell/webview_host.h"
|
|
|
| #include "base/logging.h"
|
| -#include "gfx/rect.h"
|
| -#include "gfx/size.h"
|
| #include "skia/ext/platform_canvas.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| +#include "ui/gfx/rect.h"
|
| +#include "ui/gfx/size.h"
|
| #include "webkit/glue/webpreferences.h"
|
| #include "webkit/plugins/npapi/gtk_plugin_container.h"
|
| #include "webkit/tools/test_shell/test_webview_delegate.h"
|
|
|