Index: content/renderer/renderer_webapplicationcachehost_impl.h |
diff --git a/content/renderer/renderer_webapplicationcachehost_impl.h b/content/renderer/renderer_webapplicationcachehost_impl.h |
index 06120398cfcbf8997e53fdbb566b00142253183e..16fd17c21157acf35ac2a41bdfa2de6bafbc1212 100644 |
--- a/content/renderer/renderer_webapplicationcachehost_impl.h |
+++ b/content/renderer/renderer_webapplicationcachehost_impl.h |
@@ -14,7 +14,7 @@ class RendererWebApplicationCacheHostImpl : public WebApplicationCacheHostImpl { |
public: |
RendererWebApplicationCacheHostImpl( |
RenderViewImpl* render_view, |
- WebKit::WebApplicationCacheHostClient* client, |
+ blink::WebApplicationCacheHostClient* client, |
appcache::AppCacheBackend* backend); |
// WebApplicationCacheHostImpl: |