Index: content/worker/worker_thread.cc |
=================================================================== |
--- content/worker/worker_thread.cc (revision 105328) |
+++ content/worker/worker_thread.cc (working copy) |
@@ -8,10 +8,10 @@ |
#include "base/lazy_instance.h" |
#include "base/threading/thread_local.h" |
#include "content/common/appcache/appcache_dispatcher.h" |
-#include "content/common/content_switches.h" |
#include "content/common/db_message_filter.h" |
#include "content/common/web_database_observer_impl.h" |
#include "content/common/worker_messages.h" |
+#include "content/public/common/content_switches.h" |
#include "content/worker/webworker_stub.h" |
#include "content/worker/websharedworker_stub.h" |
#include "content/worker/worker_webkitplatformsupport_impl.h" |