Index: content/browser/cache_storage/cache_storage_dispatcher_host.h |
diff --git a/content/browser/cache_storage/cache_storage_dispatcher_host.h b/content/browser/cache_storage/cache_storage_dispatcher_host.h |
index e82018a917138640e48caeab91f164acb7e37602..2180002658b692851da4882af35127487a29b3b0 100644 |
--- a/content/browser/cache_storage/cache_storage_dispatcher_host.h |
+++ b/content/browser/cache_storage/cache_storage_dispatcher_host.h |
@@ -109,9 +109,10 @@ class CONTENT_EXPORT CacheStorageDispatcherHost : public BrowserMessageFilter { |
int request_id, |
bool deleted, |
CacheStorageError error); |
- void OnCacheStorageKeysCallback(int thread_id, |
- int request_id, |
- const std::vector<std::string>& strings); |
+ void OnCacheStorageKeysCallback( |
+ int thread_id, |
+ int request_id, |
+ const std::list<CacheStorage::CacheInfo>& cache_info); |
void OnCacheStorageMatchCallback( |
int thread_id, |
int request_id, |