Index: content/renderer/render_thread_impl.cc |
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc |
index 31cb7bb3e5bb3b57ec149b16544b50d57537a0be..94838b66c7a9067654a587e81cf56c7a48c508a0 100644 |
--- a/content/renderer/render_thread_impl.cc |
+++ b/content/renderer/render_thread_impl.cc |
@@ -28,6 +28,7 @@ |
#include "base/values.h" |
#include "content/child/appcache_dispatcher.h" |
#include "content/child/child_histogram_message_filter.h" |
+#include "content/child/db_message_filter.h" |
#include "content/child/indexed_db/indexed_db_dispatcher.h" |
#include "content/child/indexed_db/indexed_db_message_filter.h" |
#include "content/child/npobject_util.h" |
@@ -36,10 +37,9 @@ |
#include "content/child/runtime_features.h" |
#include "content/child/thread_safe_sender.h" |
#include "content/child/web_database_observer_impl.h" |
-#include "content/common/content_constants_internal.h" |
#include "content/common/child_process_messages.h" |
+#include "content/common/content_constants_internal.h" |
#include "content/common/database_messages.h" |
-#include "content/common/db_message_filter.h" |
#include "content/common/dom_storage_messages.h" |
#include "content/common/gpu/client/context_provider_command_buffer.h" |
#include "content/common/gpu/client/gpu_channel_host.h" |
@@ -88,6 +88,7 @@ |
#include "media/base/media.h" |
#include "net/base/net_errors.h" |
#include "net/base/net_util.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/web/WebColorName.h" |
#include "third_party/WebKit/public/web/WebDatabase.h" |
#include "third_party/WebKit/public/web/WebDocument.h" |
@@ -100,12 +101,11 @@ |
#include "third_party/WebKit/public/web/WebSecurityPolicy.h" |
#include "third_party/WebKit/public/web/WebSharedWorkerRepository.h" |
#include "third_party/WebKit/public/web/WebView.h" |
-#include "third_party/WebKit/public/platform/WebString.h" |
#include "ui/base/layout.h" |
#include "ui/base/ui_base_switches.h" |
#include "v8/include/v8.h" |
-#include "webkit/glue/webkit_glue.h" |
#include "webkit/child/worker_task_runner.h" |
+#include "webkit/glue/webkit_glue.h" |
#include "webkit/renderer/appcache/appcache_frontend_impl.h" |
#include "webkit/renderer/compositor_bindings/web_external_bitmap_impl.h" |