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/common/utility_messages_internal.h | |
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/common/utility_messages_internal.h')
-rw-r--r-- | chrome/common/utility_messages_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/utility_messages_internal.h b/chrome/common/utility_messages_internal.h index 1fb6698..15bd8d6 100644 --- a/chrome/common/utility_messages_internal.h +++ b/chrome/common/utility_messages_internal.h @@ -19,6 +19,8 @@ #include "printing/page_range.h" class FilePath; +class IndexedDBKey; +class SerializedScriptValue; class SkBitmap; //------------------------------------------------------------------------------ |