summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authoralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-02 07:17:00 +0000
committeralecflett@chromium.org <alecflett@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-02 07:17:00 +0000
commitfda333055720d01c53916b4c5639ab94bb289199 (patch)
tree27ea8fae691df9dc867e42f8b1dff2a4b155519f /webkit/tools
parent3c68451018253896424b8e34e60bf9a4c0b3462a (diff)
downloadchromium_src-fda333055720d01c53916b4c5639ab94bb289199.zip
chromium_src-fda333055720d01c53916b4c5639ab94bb289199.tar.gz
chromium_src-fda333055720d01c53916b4c5639ab94bb289199.tar.bz2
Change include paths to use the new IDB header locations in Platform
This will allow chrome to fully implement the WebIDB* interfaces. BUG=233361 TBR=tsepez Review URL: https://chromiumcodereview.appspot.com/14694004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/test_shell_webkit_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
index 4030449..0204f2f 100644
--- a/webkit/tools/test_shell/test_shell_webkit_init.h
+++ b/webkit/tools/test_shell/test_shell_webkit_init.h
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "base/utf_string_conversions.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBFactory.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h"
#include "webkit/glue/webclipboard_impl.h"
#include "webkit/glue/webfileutilities_impl.h"
#include "webkit/glue/webkit_glue.h"