| 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 77435096db24ebe8a1ee9b4859e4322351ea4591..bdd71461d70156846a7eec6dee07983d56d2e03b 100644
|
| --- a/content/browser/cache_storage/cache_storage_dispatcher_host.h
|
| +++ b/content/browser/cache_storage/cache_storage_dispatcher_host.h
|
| @@ -97,10 +97,11 @@ 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,
|
| - CacheStorageError error);
|
| + void OnCacheStorageKeysCallback(
|
| + int thread_id,
|
| + int request_id,
|
| + const std::vector<base::string16>& cache_names,
|
| + CacheStorageError error);
|
| void OnCacheStorageMatchCallback(
|
| int thread_id,
|
| int request_id,
|
|
|