| Index: webkit/appcache/appcache_service.h
|
| diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h
|
| index 00e67954f37c67cc728e9f23c02a64a3a4e812c3..dade754c019907b14f6de3a5456aad3f6846a5ec 100644
|
| --- a/webkit/appcache/appcache_service.h
|
| +++ b/webkit/appcache/appcache_service.h
|
| @@ -86,7 +86,7 @@ class APPCACHE_EXPORT AppCacheService {
|
| // subresource loads for pages associated with a deleted group
|
| // will fail. This method always completes asynchronously.
|
| void DeleteAppCacheGroup(const GURL& manifest_url,
|
| - net::OldCompletionCallback* callback);
|
| + const net::CompletionCallback& callback);
|
|
|
| // Deletes all appcaches for the origin, 'callback' is invoked upon
|
| // completion. This method always completes asynchronously.
|
|
|