diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 18:56:05 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 18:56:05 +0000 |
commit | 52ebf2b46daaddbc67e05d61f7dcee46625de5f0 (patch) | |
tree | b127dffc687094c0f2b66028e4951955ffc3e60f /chrome/browser/utility_process_host.cc | |
parent | 94109d47407c890229c77eee259aa5a6d429b4e6 (diff) | |
download | chromium_src-52ebf2b46daaddbc67e05d61f7dcee46625de5f0.zip chromium_src-52ebf2b46daaddbc67e05d61f7dcee46625de5f0.tar.gz chromium_src-52ebf2b46daaddbc67e05d61f7dcee46625de5f0.tar.bz2 |
Removes indexed_db_param_traits.h depedencies on WebKit headers.
BUG=53317
TEST=No functional change, compiler/linker should be happy.
Review URL: http://codereview.chromium.org/3297011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/utility_process_host.cc')
-rw-r--r-- | chrome/browser/utility_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc index a5e80fe..f7e84ce 100644 --- a/chrome/browser/utility_process_host.cc +++ b/chrome/browser/utility_process_host.cc @@ -11,6 +11,7 @@ #include "base/values.h" #include "chrome/browser/browser_process.h" #include "chrome/common/chrome_switches.h" +#include "chrome/common/indexed_db_key.h" #include "chrome/common/utility_messages.h" #include "ipc/ipc_switches.h" #include "third_party/skia/include/core/SkBitmap.h" |