summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-25 18:08:39 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-25 18:08:39 +0000
commit73fe7f2150269f81a43a0fa18dcbe5bdd39c44a8 (patch)
treeb49080e850350e431a745b1c9b3a667a90dd73ee /content/common
parentd0a1a6e034123d6aede236c5cd34993d4a4ef235 (diff)
downloadchromium_src-73fe7f2150269f81a43a0fa18dcbe5bdd39c44a8.zip
chromium_src-73fe7f2150269f81a43a0fa18dcbe5bdd39c44a8.tar.gz
chromium_src-73fe7f2150269f81a43a0fa18dcbe5bdd39c44a8.tar.bz2
Get rid of unused SerializedScriptValue references.
R=michaeln@chromium.org,jam@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/11228062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/indexed_db/proxy_webidbcursor_impl.cc1
-rw-r--r--content/common/indexed_db/proxy_webidbcursor_impl.h1
-rw-r--r--content/common/utility_messages.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/content/common/indexed_db/proxy_webidbcursor_impl.cc b/content/common/indexed_db/proxy_webidbcursor_impl.cc
index 1417ee6..4ace7c0 100644
--- a/content/common/indexed_db/proxy_webidbcursor_impl.cc
+++ b/content/common/indexed_db/proxy_webidbcursor_impl.cc
@@ -13,7 +13,6 @@
using WebKit::WebExceptionCode;
using WebKit::WebIDBCallbacks;
using WebKit::WebIDBKey;
-using WebKit::WebSerializedScriptValue;
namespace content {
diff --git a/content/common/indexed_db/proxy_webidbcursor_impl.h b/content/common/indexed_db/proxy_webidbcursor_impl.h
index d19b233..f888731 100644
--- a/content/common/indexed_db/proxy_webidbcursor_impl.h
+++ b/content/common/indexed_db/proxy_webidbcursor_impl.h
@@ -14,7 +14,6 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCursor.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h"
namespace content {
diff --git a/content/common/utility_messages.h b/content/common/utility_messages.h
index 3425220..19c0c03 100644
--- a/content/common/utility_messages.h
+++ b/content/common/utility_messages.h
@@ -10,7 +10,6 @@
#include "base/basictypes.h"
#include "content/common/content_export.h"
#include "content/public/common/common_param_traits.h"
-#include "content/public/common/serialized_script_value.h"
#include "ipc/ipc_message_macros.h"
#include "webkit/plugins/webplugininfo.h"