Index: content/child/appcache/appcache_dispatcher.cc |
diff --git a/content/child/appcache/appcache_dispatcher.cc b/content/child/appcache/appcache_dispatcher.cc |
index c3b4ec60898f2455e31534625aabba2c7f6bade3..412dcdb8ad3969cb5954545de390563a298d220f 100644 |
--- a/content/child/appcache/appcache_dispatcher.cc |
+++ b/content/child/appcache/appcache_dispatcher.cc |
@@ -54,8 +54,8 @@ void AppCacheDispatcher::OnProgressEventRaised( |
void AppCacheDispatcher::OnErrorEventRaised( |
const std::vector<int>& host_ids, |
- const std::string& message) { |
- frontend_->OnErrorEventRaised(host_ids, message); |
+ const appcache::ErrorDetails& details) { |
+ frontend_->OnErrorEventRaised(host_ids, details); |
} |
void AppCacheDispatcher::OnLogMessage( |