Index: content/worker/webworker_stub.cc |
diff --git a/content/worker/webworker_stub.cc b/content/worker/webworker_stub.cc |
index b2dd6ae59fcfd399ba0942ec8b792b8c504ae86d..8097070f62950f67cc6a798d665d67d0945e84a6 100644 |
--- a/content/worker/webworker_stub.cc |
+++ b/content/worker/webworker_stub.cc |
@@ -6,10 +6,10 @@ |
#include "base/command_line.h" |
#include "content/common/child_thread.h" |
-#include "content/common/content_client.h" |
#include "content/common/file_system/file_system_dispatcher.h" |
#include "content/common/webmessageportchannel_impl.h" |
#include "content/common/worker_messages.h" |
+#include "content/public/common/content_client.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebWorker.h" |