| Index: content/renderer/renderer_webkitplatformsupport_impl.cc
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.cc b/content/renderer/renderer_webkitplatformsupport_impl.cc
|
| index f0b7910047578506c39673deea1959612239f363..2b0d0e8c64f7eda465a90a6f02873016916b7791 100644
|
| --- a/content/renderer/renderer_webkitplatformsupport_impl.cc
|
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.cc
|
| @@ -12,6 +12,10 @@
|
| #include "base/shared_memory.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "content/child/fileapi/webfilesystem_impl.h"
|
| +#include "content/child/indexed_db/proxy_webidbfactory_impl.h"
|
| +#include "content/child/npobject_util.h"
|
| +#include "content/child/webblobregistry_impl.h"
|
| #include "content/common/database_util.h"
|
| #include "content/common/file_utilities_messages.h"
|
| #include "content/common/gpu/client/context_provider_command_buffer.h"
|
| @@ -20,10 +24,6 @@
|
| #include "content/common/thread_safe_sender.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/common/webmessageportchannel_impl.h"
|
| -#include "content/common_child/fileapi/webfilesystem_impl.h"
|
| -#include "content/common_child/indexed_db/proxy_webidbfactory_impl.h"
|
| -#include "content/common_child/npobject_util.h"
|
| -#include "content/common_child/webblobregistry_impl.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/renderer/content_renderer_client.h"
|
| #include "content/renderer/dom_storage/webstoragenamespace_impl.h"
|
| @@ -39,6 +39,8 @@
|
| #include "ipc/ipc_sync_message_filter.h"
|
| #include "media/audio/audio_output_device.h"
|
| #include "media/base/audio_hardware_config.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
|
| #include "third_party/WebKit/public/platform/WebBlobRegistry.h"
|
| #include "third_party/WebKit/public/platform/WebFileInfo.h"
|
| #include "third_party/WebKit/public/platform/WebGamepads.h"
|
| @@ -47,8 +49,6 @@
|
| #include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/public/platform/WebVector.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h"
|
| #include "webkit/base/file_path_string_conversions.h"
|
| #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h"
|
| #include "webkit/glue/simple_webmimeregistry_impl.h"
|
|
|