diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 16:10:53 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 16:10:53 +0000 |
commit | 4b7c35a36bc3e379848669b92a6658aa30053009 (patch) | |
tree | b05d61e740b0dfe7fb11e2420e45f30f5c30779a | |
parent | 0e27ba03e6717d38be3be686805ac2d80d5c9355 (diff) | |
download | chromium_src-4b7c35a36bc3e379848669b92a6658aa30053009.zip chromium_src-4b7c35a36bc3e379848669b92a6658aa30053009.tar.gz chromium_src-4b7c35a36bc3e379848669b92a6658aa30053009.tar.bz2 |
Update some #includes in webkit/ for headers that have been moved to the new Platform directory upstream
Review URL: https://chromiumcodereview.appspot.com/12208047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181313 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/support/test_webkit_platform_support.cc | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/simple_dom_storage_system.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc index 750b32b..542208c 100644 --- a/webkit/support/test_webkit_platform_support.cc +++ b/webkit/support/test_webkit_platform_support.cc @@ -18,6 +18,7 @@ #include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" @@ -25,7 +26,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptController.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h" #include "third_party/hyphen/hyphen.h" diff --git a/webkit/tools/test_shell/simple_dom_storage_system.cc b/webkit/tools/test_shell/simple_dom_storage_system.cc index f8ad7ba..bd98ddb 100644 --- a/webkit/tools/test_shell/simple_dom_storage_system.cc +++ b/webkit/tools/test_shell/simple_dom_storage_system.cc @@ -6,8 +6,8 @@ #include "base/auto_reset.h" #include "googleurl/src/gurl.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h" #include "webkit/database/database_util.h" |