Index: content/child/appcache/appcache_backend_proxy.h |
diff --git a/content/child/appcache/appcache_backend_proxy.h b/content/child/appcache/appcache_backend_proxy.h |
index 0f3ab2d3159834e6b2a2baca60cc7c6436ec6ee6..389f08c6a9d5fe8058292379d5103b789bb40dfa 100644 |
--- a/content/child/appcache/appcache_backend_proxy.h |
+++ b/content/child/appcache/appcache_backend_proxy.h |
@@ -38,7 +38,7 @@ class AppCacheBackendProxy : public appcache::AppCacheBackend { |
int host_id, |
const GURL& document_url, |
int64 cache_document_was_loaded_from) OVERRIDE; |
- virtual appcache::Status GetStatus(int host_id) OVERRIDE; |
+ virtual appcache::AppCacheStatus GetStatus(int host_id) OVERRIDE; |
virtual bool StartUpdate(int host_id) OVERRIDE; |
virtual bool SwapCache(int host_id) OVERRIDE; |
virtual void GetResourceList( |