summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_storage_impl_unittest.cc')
-rw-r--r--webkit/appcache/appcache_storage_impl_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_storage_impl_unittest.cc b/webkit/appcache/appcache_storage_impl_unittest.cc
index fac6319..01120a5 100644
--- a/webkit/appcache/appcache_storage_impl_unittest.cc
+++ b/webkit/appcache/appcache_storage_impl_unittest.cc
@@ -87,7 +87,8 @@ class AppCacheStorageImplTest : public testing::Test {
test_->ScheduleNextTask();
}
- void OnGroupAndNewestCacheStored(AppCacheGroup* group, bool success) {
+ void OnGroupAndNewestCacheStored(
+ AppCacheGroup* group, AppCache* newest_cache, bool success) {
stored_group_ = group;
stored_group_success_ = success;
test_->ScheduleNextTask();