| Index: content/renderer/webworker_proxy.cc
|
| diff --git a/content/renderer/webworker_proxy.cc b/content/renderer/webworker_proxy.cc
|
| index 2b6ce7329d52f2910fd34ed03e63f7ff94355ba3..eb4619055a665bcbdf018ff86fdda94e99849388 100644
|
| --- a/content/renderer/webworker_proxy.cc
|
| +++ b/content/renderer/webworker_proxy.cc
|
| @@ -5,10 +5,10 @@
|
| #include "content/renderer/webworker_proxy.h"
|
|
|
| #include "content/common/child_thread.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/view_messages.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/WebURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebWorkerClient.h"
|
|
|
|
|