Index: webkit/appcache/appcache_service.h |
diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h |
index dade754c019907b14f6de3a5456aad3f6846a5ec..f63ac25dfea24588a893f8e842bb18ef42d12761 100644 |
--- a/webkit/appcache/appcache_service.h |
+++ b/webkit/appcache/appcache_service.h |
@@ -90,9 +90,9 @@ class APPCACHE_EXPORT AppCacheService { |
// Deletes all appcaches for the origin, 'callback' is invoked upon |
// completion. This method always completes asynchronously. |
- // (virtual for unittesting) |
- virtual void DeleteAppCachesForOrigin(const GURL& origin, |
- net::OldCompletionCallback* callback); |
+ // (virtual for unit testing) |
+ virtual void DeleteAppCachesForOrigin( |
+ const GURL& origin, const net::CompletionCallback& callback); |
// Checks the integrity of 'response_id' by reading the headers and data. |
// If it cannot be read, the cache group for 'manifest_url' is deleted. |