| Index: content/renderer/renderer_webkitplatformsupport_impl.cc
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.cc b/content/renderer/renderer_webkitplatformsupport_impl.cc
|
| index 855a2fd8210761ce5d9facd21eefb9ea1d01dfa5..cd622f8905ece9225332c3f3a9c99d69a7aa053d 100644
|
| --- a/content/renderer/renderer_webkitplatformsupport_impl.cc
|
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.cc
|
| @@ -12,18 +12,18 @@
|
| #include "base/shared_memory.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
| +#include "content/child/database_util.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/thread_safe_sender.h"
|
| #include "content/child/webblobregistry_impl.h"
|
| -#include "content/common/database_util.h"
|
| +#include "content/child/webmessageportchannel_impl.h"
|
| #include "content/common/file_utilities_messages.h"
|
| #include "content/common/gpu/client/context_provider_command_buffer.h"
|
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
|
| #include "content/common/mime_registry_messages.h"
|
| -#include "content/common/thread_safe_sender.h"
|
| #include "content/common/view_messages.h"
|
| -#include "content/common/webmessageportchannel_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"
|
|
|