Index: content/browser/worker_host/worker_process_host.cc |
=================================================================== |
--- content/browser/worker_host/worker_process_host.cc (revision 79031) |
+++ content/browser/worker_host/worker_process_host.cc (working copy) |
@@ -16,8 +16,6 @@ |
#include "chrome/browser/metrics/user_metrics.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/render_messages.h" |
-#include "chrome/common/render_messages_params.h" |
#include "content/browser/appcache/appcache_dispatcher_host.h" |
#include "content/browser/browser_thread.h" |
#include "content/browser/child_process_security_policy.h" |
@@ -35,6 +33,7 @@ |
#include "content/browser/worker_host/worker_service.h" |
#include "content/common/debug_flags.h" |
#include "content/common/result_codes.h" |
+#include "content/common/view_messages.h" |
#include "content/common/worker_messages.h" |
#include "net/base/mime_util.h" |
#include "ipc/ipc_switches.h" |