summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-19 14:51:44 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-19 14:51:44 +0000
commitc43c668dd1ffb6e730465a9a2f0544decb204865 (patch)
treecaa081d78ce24b1129198e6731b9bd77f4dcb9cf /webkit/tools/test_shell/test_shell.cc
parent6c8c80e7b1b85f30ad4c6626a9ec3f31818086da (diff)
downloadchromium_src-c43c668dd1ffb6e730465a9a2f0544decb204865.zip
chromium_src-c43c668dd1ffb6e730465a9a2f0544decb204865.tar.gz
chromium_src-c43c668dd1ffb6e730465a9a2f0544decb204865.tar.bz2
Fix Skia includes to use the whole path name.
Review URL: http://codereview.chromium.org/115412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.cc')
-rw-r--r--webkit/tools/test_shell/test_shell.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index 1a81225..68247d9 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -31,6 +31,7 @@
#include "net/url_request/url_request_filter.h"
#include "skia/ext/bitmap_platform_device.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "third_party/skia/include/core/SkBitmap.h"
#include "webkit/glue/webdatasource.h"
#include "webkit/glue/webframe.h"
#include "webkit/glue/webkit_glue.h"
@@ -43,8 +44,6 @@
#include "webkit/tools/test_shell/test_navigation_controller.h"
#include "webkit/tools/test_shell/test_shell_switches.h"
-#include "third_party/skia/include/core/SkBitmap.h"
-
namespace {
// Default timeout in ms for file page loads when in layout test mode.