summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/mock_appcache_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/mock_appcache_service.h')
-rw-r--r--webkit/appcache/mock_appcache_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/appcache/mock_appcache_service.h b/webkit/appcache/mock_appcache_service.h
index 1679d9f..e828504 100644
--- a/webkit/appcache/mock_appcache_service.h
+++ b/webkit/appcache/mock_appcache_service.h
@@ -25,7 +25,7 @@ class MockAppCacheService : public AppCacheService {
// Just returns a canned completion code without actually
// removing groups and caches in our mock storage instance.
virtual void DeleteAppCachesForOrigin(const GURL& origin,
- net::CompletionCallback* callback);
+ net::OldCompletionCallback* callback);
void set_quota_manager_proxy(quota::QuotaManagerProxy* proxy) {
quota_manager_proxy_ = proxy;