diff options
author | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 22:04:28 +0000 |
---|---|---|
committer | dgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 22:04:28 +0000 |
commit | 44e1fbf0fd0a14a375ebbbc56392956683f6261c (patch) | |
tree | 8e2e248a5f0f4b90d3d9d8107543607e930f7481 /content/utility | |
parent | 7b5859e7f5d4b5486db5220106dfb80e10b97449 (diff) | |
download | chromium_src-44e1fbf0fd0a14a375ebbbc56392956683f6261c.zip chromium_src-44e1fbf0fd0a14a375ebbbc56392956683f6261c.tar.gz chromium_src-44e1fbf0fd0a14a375ebbbc56392956683f6261c.tar.bz2 |
Move indexeddb code to its own directory inside of content/{browser,common,renderer}
BUG=105949
TEST=
Review URL: http://codereview.chromium.org/8980002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/utility')
-rw-r--r-- | content/utility/utility_thread_impl.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc index a908775..ccd3f7d 100644 --- a/content/utility/utility_thread_impl.cc +++ b/content/utility/utility_thread_impl.cc @@ -11,7 +11,7 @@ #include "base/memory/scoped_vector.h" #include "content/common/child_process.h" #include "content/common/child_process_messages.h" -#include "content/common/indexed_db_key.h" +#include "content/common/indexed_db/indexed_db_key.h" #include "content/common/utility_messages.h" #include "content/common/webkitplatformsupport_impl.h" #include "content/public/utility/content_utility_client.h" @@ -161,4 +161,3 @@ void UtilityThreadImpl::OnLoadPlugins( ReleaseProcessIfNeeded(); } #endif - |