Index: content/browser/worker_host/worker_service.cc |
=================================================================== |
--- content/browser/worker_host/worker_service.cc (revision 88904) |
+++ content/browser/worker_host/worker_service.cc (working copy) |
@@ -10,10 +10,10 @@ |
#include "base/logging.h" |
#include "base/sys_info.h" |
#include "base/threading/thread.h" |
-#include "chrome/common/chrome_switches.h" |
#include "content/browser/resource_context.h" |
#include "content/browser/worker_host/worker_message_filter.h" |
#include "content/browser/worker_host/worker_process_host.h" |
+#include "content/common/content_switches.h" |
#include "content/common/view_messages.h" |
#include "content/common/worker_messages.h" |
#include "net/base/registry_controlled_domain.h" |