Index: content/renderer/renderer_webkitplatformsupport_impl.cc |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.cc b/content/renderer/renderer_webkitplatformsupport_impl.cc |
index 1e189dc32e0ce414133184198d1b72f19a949248..47134f6bd6ef05e9b9bcfeaa5ddcd276940f3490 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" |