| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 58392bc2fef232a832ed4835d71764049cc693d4..16e7febc9f9916e32cda7b81e41d016bd81d202a 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -9,13 +9,13 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| +#include "content/browser/cache_storage/cache_storage_context_impl.h"
|
| #include "content/browser/dom_storage/dom_storage_context_wrapper.h"
|
| #include "content/browser/host_zoom_level_context.h"
|
| #include "content/browser/indexed_db/indexed_db_context_impl.h"
|
| #include "content/browser/media/webrtc_identity_store.h"
|
| #include "content/browser/navigator_connect/navigator_connect_context_impl.h"
|
| #include "content/browser/notifications/platform_notification_context_impl.h"
|
| -#include "content/browser/service_worker/cache_storage_context_impl.h"
|
| #include "content/browser/service_worker/service_worker_context_wrapper.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/storage_partition.h"
|
|
|