Index: content/browser/appcache/appcache_dispatcher_host.h |
diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h |
index 4ddb23685ff94def3772df7763f80ebb9c2f96cc..8bad796d29e0f4933ed67075605cb2a09b359c18 100644 |
--- a/content/browser/appcache/appcache_dispatcher_host.h |
+++ b/content/browser/appcache/appcache_dispatcher_host.h |
@@ -55,7 +55,7 @@ class AppCacheDispatcherHost : public BrowserMessageFilter { |
void OnGetResourceList( |
int host_id, |
std::vector<appcache::AppCacheResourceInfo>* resource_infos); |
- void GetStatusCallback(appcache::Status status, void* param); |
+ void GetStatusCallback(appcache::AppCacheStatus status, void* param); |
void StartUpdateCallback(bool result, void* param); |
void SwapCacheCallback(bool result, void* param); |