| Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| index 62edb3d56e60c845135b92ccf582b8ba698886f9..de7723cfcd515d5d252cc260c0154b99d10cd261 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| @@ -13,8 +13,8 @@
|
| #include "modules/cachestorage/CacheStorageError.h"
|
| #include "modules/fetch/Request.h"
|
| #include "modules/fetch/Response.h"
|
| -#include "public/platform/WebServiceWorkerCacheError.h"
|
| -#include "public/platform/WebServiceWorkerCacheStorage.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerCacheError.h"
|
| +#include "public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h"
|
|
|
| namespace blink {
|
|
|
|
|