summaryrefslogtreecommitdiffstats
path: root/chrome/utility
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 18:56:05 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 18:56:05 +0000
commit52ebf2b46daaddbc67e05d61f7dcee46625de5f0 (patch)
treeb127dffc687094c0f2b66028e4951955ffc3e60f /chrome/utility
parent94109d47407c890229c77eee259aa5a6d429b4e6 (diff)
downloadchromium_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/utility')
-rw-r--r--chrome/utility/utility_thread.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/utility/utility_thread.cc b/chrome/utility/utility_thread.cc
index 11d8b3f..ac8de68 100644
--- a/chrome/utility/utility_thread.cc
+++ b/chrome/utility/utility_thread.cc
@@ -17,6 +17,7 @@
#include "chrome/common/extensions/extension_unpacker.h"
#include "chrome/common/extensions/update_manifest.h"
#include "chrome/common/indexed_db_key.h"
+#include "chrome/common/serialized_script_value.h"
#include "chrome/common/utility_messages.h"
#include "chrome/common/web_resource/web_resource_unpacker.h"
#include "gfx/rect.h"