diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 00:31:33 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 00:31:33 +0000 |
commit | 3caf2cb69b95612469d895097383448c96da23e2 (patch) | |
tree | e23c592f0940a5b8c686b23a1a5f719b4ee2f721 /webkit/tools | |
parent | e20e0db952dccbbaed0693e13ba39eabe2fbb066 (diff) | |
download | chromium_src-3caf2cb69b95612469d895097383448c96da23e2.zip chromium_src-3caf2cb69b95612469d895097383448c96da23e2.tar.gz chromium_src-3caf2cb69b95612469d895097383448c96da23e2.tar.bz2 |
Move webkit/dom_storage to new browser|common|renderer locations. Just moving the files in the source repository.
Note: Everything in /webkit is still being built into the same old webkit_storage target
for now, new actual build target(s) will come later.
TBR=jamesr@chromium.org
BUG=239109
Review URL: https://codereview.chromium.org/15990007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/simple_dom_storage_system.cc | 4 | ||||
-rw-r--r-- | webkit/tools/test_shell/simple_dom_storage_system.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/simple_dom_storage_system.cc b/webkit/tools/test_shell/simple_dom_storage_system.cc index ddad066..823b1d2 100644 --- a/webkit/tools/test_shell/simple_dom_storage_system.cc +++ b/webkit/tools/test_shell/simple_dom_storage_system.cc @@ -11,8 +11,8 @@ #include "third_party/WebKit/public/platform/WebURL.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h" #include "webkit/browser/database/database_util.h" -#include "webkit/dom_storage/dom_storage_area.h" -#include "webkit/dom_storage/dom_storage_host.h" +#include "webkit/browser/dom_storage/dom_storage_area.h" +#include "webkit/browser/dom_storage/dom_storage_host.h" using dom_storage::DomStorageContext; using dom_storage::DomStorageHost; diff --git a/webkit/tools/test_shell/simple_dom_storage_system.h b/webkit/tools/test_shell/simple_dom_storage_system.h index 8f46542..cfe69a7 100644 --- a/webkit/tools/test_shell/simple_dom_storage_system.h +++ b/webkit/tools/test_shell/simple_dom_storage_system.h @@ -7,7 +7,7 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "webkit/dom_storage/dom_storage_context.h" +#include "webkit/browser/dom_storage/dom_storage_context.h" namespace dom_storage { class DomStorageHost; |