| Index: third_party/WebKit/Source/modules/cachestorage/CacheStorageError.h
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorageError.h b/third_party/WebKit/Source/modules/cachestorage/CacheStorageError.h
|
| index e2900d52353591ac5bbad460513156b1e2dcd63d..7a2e43c28ce8c8f79cba575ed9930d1f68e87814 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorageError.h
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorageError.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CacheStorageError_h
|
| #define CacheStorageError_h
|
|
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerCacheError.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|