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..5206dac5f6698f99814317dc05b8e9972380525a 100644 |
--- a/content/browser/cache_storage/cache_storage_dispatcher_host.h |
+++ b/content/browser/cache_storage/cache_storage_dispatcher_host.h |
@@ -15,6 +15,7 @@ |
#include "base/macros.h" |
#include "content/browser/cache_storage/cache_storage.h" |
+#include "content/browser/cache_storage/cache_storage_index.h" |
#include "content/public/browser/browser_message_filter.h" |
namespace url { |
@@ -111,7 +112,7 @@ class CONTENT_EXPORT CacheStorageDispatcherHost : public BrowserMessageFilter { |
CacheStorageError error); |
void OnCacheStorageKeysCallback(int thread_id, |
int request_id, |
- const std::vector<std::string>& strings); |
+ const CacheStorageIndex& cache_index); |
void OnCacheStorageMatchCallback( |
int thread_id, |
int request_id, |