Index: content/child/appcache/web_application_cache_host_impl.h |
diff --git a/content/child/appcache/web_application_cache_host_impl.h b/content/child/appcache/web_application_cache_host_impl.h |
index 601913468dda59a3eeb583cb3007d0fa57c08755..4f570c53cf0ee195141cd45372bc8da804494905 100644 |
--- a/content/child/appcache/web_application_cache_host_impl.h |
+++ b/content/child/appcache/web_application_cache_host_impl.h |
@@ -34,7 +34,7 @@ class WebApplicationCacheHostImpl |
void OnStatusChanged(appcache::Status); |
void OnEventRaised(appcache::EventID); |
void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); |
- void OnErrorEventRaised(const std::string& message); |
+ void OnErrorEventRaised(const appcache::ErrorDetails& details); |
virtual void OnLogMessage(appcache::LogLevel log_level, |
const std::string& message) {} |
virtual void OnContentBlocked(const GURL& manifest_url) {} |