diff options
Diffstat (limited to 'content')
7 files changed, 0 insertions, 11 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" diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc index e37e61b..40fb92a 100644 --- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc +++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc @@ -12,7 +12,6 @@ #include "build/build_config.h" #include "content/common/child_process_messages.h" #include "content/common/child_thread.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" #if defined(OS_WIN) diff --git a/content/renderer/browser_plugin/browser_plugin_bindings.cc b/content/renderer/browser_plugin/browser_plugin_bindings.cc index eaa6265..42a185f 100644 --- a/content/renderer/browser_plugin/browser_plugin_bindings.cc +++ b/content/renderer/browser_plugin/browser_plugin_bindings.cc @@ -21,7 +21,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginContainer.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" #include "v8/include/v8.h" @@ -30,7 +29,6 @@ using WebKit::WebElement; using WebKit::WebDOMEvent; using WebKit::WebDOMMessageEvent; using WebKit::WebPluginContainer; -using WebKit::WebSerializedScriptValue; using WebKit::WebString; namespace content { diff --git a/content/renderer/browser_plugin/browser_plugin_bindings.h b/content/renderer/browser_plugin/browser_plugin_bindings.h index 1ea28eb..aef63af 100644 --- a/content/renderer/browser_plugin/browser_plugin_bindings.h +++ b/content/renderer/browser_plugin/browser_plugin_bindings.h @@ -10,10 +10,6 @@ #include "ppapi/shared_impl/resource.h" #include "third_party/npapi/bindings/npruntime.h" -namespace WebKit { -class WebSerializedScriptValue; -} - namespace content { class BrowserPlugin; diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc index af9c033..607fa30 100644 --- a/content/utility/utility_thread_impl.cc +++ b/content/utility/utility_thread_impl.cc @@ -15,7 +15,6 @@ #include "content/common/webkitplatformsupport_impl.h" #include "content/public/utility/content_utility_client.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h" #include "webkit/plugins/npapi/plugin_list.h" #if defined(TOOLKIT_GTK) |