| Index: content/renderer/renderer_webapplicationcachehost_impl.h
|
| diff --git a/content/renderer/renderer_webapplicationcachehost_impl.h b/content/renderer/renderer_webapplicationcachehost_impl.h
|
| index 334c136003ce4bcf67873a372896b81c64de9a55..09d6a0b6c16379bf3724cd3dafcb16365f438cdf 100644
|
| --- a/content/renderer/renderer_webapplicationcachehost_impl.h
|
| +++ b/content/renderer/renderer_webapplicationcachehost_impl.h
|
| @@ -5,20 +5,19 @@
|
| #ifndef CONTENT_RENDERER_RENDERER_WEBAPPLICATIONCACHEHOST_IMPL_H_
|
| #define CONTENT_RENDERER_RENDERER_WEBAPPLICATIONCACHEHOST_IMPL_H_
|
|
|
| -#include "webkit/renderer/appcache/web_application_cache_host_impl.h"
|
| +#include "content/child/web_application_cache_host_impl.h"
|
|
|
| namespace content {
|
| class RenderViewImpl;
|
|
|
| -class RendererWebApplicationCacheHostImpl
|
| - : public appcache::WebApplicationCacheHostImpl {
|
| +class RendererWebApplicationCacheHostImpl : public WebApplicationCacheHostImpl {
|
| public:
|
| RendererWebApplicationCacheHostImpl(
|
| RenderViewImpl* render_view,
|
| WebKit::WebApplicationCacheHostClient* client,
|
| appcache::AppCacheBackend* backend);
|
|
|
| - // appcache::WebApplicationCacheHostImpl methods.
|
| + // WebApplicationCacheHostImpl:
|
| virtual void OnLogMessage(appcache::LogLevel log_level,
|
| const std::string& message) OVERRIDE;
|
| virtual void OnContentBlocked(const GURL& manifest_url) OVERRIDE;
|
|
|