| Index: content/browser/service_worker/service_worker_fetch_stores_manager.h
|
| diff --git a/content/browser/service_worker/service_worker_fetch_stores_manager.h b/content/browser/service_worker/service_worker_fetch_stores_manager.h
|
| index 44c999aeba63ffa36bec95dc8e2dd56009a6d345..642c3b4062d5b3466a62e1031267089aeb8cc22a 100644
|
| --- a/content/browser/service_worker/service_worker_fetch_stores_manager.h
|
| +++ b/content/browser/service_worker/service_worker_fetch_stores_manager.h
|
| @@ -47,7 +47,7 @@ class CONTENT_EXPORT ServiceWorkerFetchStoresManager {
|
| const ServiceWorkerFetchStores::BoolAndErrorCallback& callback);
|
| void Delete(const GURL& origin,
|
| const std::string& key,
|
| - const ServiceWorkerFetchStores::StoreAndErrorCallback& callback);
|
| + const ServiceWorkerFetchStores::BoolAndErrorCallback& callback);
|
| void Keys(const GURL& origin,
|
| const ServiceWorkerFetchStores::StringsAndErrorCallback& callback);
|
| // TODO(jkarlin): Add match() function.
|
|
|