| Index: third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| index 7360934b416d7f819b2d0ff24aaeeafd90969aef..fb30712c41af2cda1481750dcd34f9e8d35c12cb 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
|
| @@ -36,10 +36,10 @@ using blink::protocol::Array;
|
| using blink::protocol::CacheStorage::Cache;
|
| using blink::protocol::CacheStorage::DataEntry;
|
|
|
| -typedef blink::protocol::Dispatcher::CacheStorageCommandHandler::DeleteCacheCallback DeleteCacheCallback;
|
| -typedef blink::protocol::Dispatcher::CacheStorageCommandHandler::DeleteEntryCallback DeleteEntryCallback;
|
| -typedef blink::protocol::Dispatcher::CacheStorageCommandHandler::RequestCacheNamesCallback RequestCacheNamesCallback;
|
| -typedef blink::protocol::Dispatcher::CacheStorageCommandHandler::RequestEntriesCallback RequestEntriesCallback;
|
| +typedef blink::protocol::Backend::CacheStorage::DeleteCacheCallback DeleteCacheCallback;
|
| +typedef blink::protocol::Backend::CacheStorage::DeleteEntryCallback DeleteEntryCallback;
|
| +typedef blink::protocol::Backend::CacheStorage::RequestCacheNamesCallback RequestCacheNamesCallback;
|
| +typedef blink::protocol::Backend::CacheStorage::RequestEntriesCallback RequestEntriesCallback;
|
| typedef blink::protocol::Dispatcher::CallbackBase RequestCallback;
|
| typedef blink::WebServiceWorkerCache::BatchOperation BatchOperation;
|
|
|
|
|