| Index: content/worker/worker_webapplicationcachehost_impl.h
|
| diff --git a/content/worker/worker_webapplicationcachehost_impl.h b/content/worker/worker_webapplicationcachehost_impl.h
|
| index 53482e1424050de970be1d12ef440164ae622ea8..ba334f0f5635d9acb516b4ad848b73bbc8156e8e 100644
|
| --- a/content/worker/worker_webapplicationcachehost_impl.h
|
| +++ b/content/worker/worker_webapplicationcachehost_impl.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_WORKER_WORKER_WEBAPPLICATIONCACHEHOST_IMPL_H_
|
| #define CHROME_WORKER_WORKER_WEBAPPLICATIONCACHEHOST_IMPL_H_
|
|
|
| -#include "webkit/renderer/appcache/web_application_cache_host_impl.h"
|
| +#include "content/child/web_application_cache_host_impl.h"
|
|
|
| namespace content {
|
|
|
| @@ -26,8 +26,7 @@ struct WorkerAppCacheInitInfo {
|
| }
|
| };
|
|
|
| -class WorkerWebApplicationCacheHostImpl
|
| - : public appcache::WebApplicationCacheHostImpl {
|
| +class WorkerWebApplicationCacheHostImpl : public WebApplicationCacheHostImpl {
|
| public:
|
| WorkerWebApplicationCacheHostImpl(
|
| const WorkerAppCacheInitInfo& init_info,
|
|
|