Chromium Code Reviews| Index: Source/modules/cachestorage/CacheTest.cpp |
| diff --git a/Source/modules/cachestorage/CacheTest.cpp b/Source/modules/cachestorage/CacheTest.cpp |
| index 7bd269eb33f9378778f2319703be9f22f7b9aaf8..5808359dbbacfb1a881f55aad5bd64d98d061c14 100644 |
| --- a/Source/modules/cachestorage/CacheTest.cpp |
| +++ b/Source/modules/cachestorage/CacheTest.cpp |
| @@ -19,8 +19,8 @@ |
| #include "modules/fetch/GlobalFetch.h" |
| #include "modules/fetch/Request.h" |
| #include "modules/fetch/Response.h" |
| -#include "public/platform/WebServiceWorkerCache.h" |
| #include "public/platform/WebURLResponse.h" |
| +#include "public/platform/modules/serviceworker/WebServiceWorkerCache.h" |
|
falken
2015/08/17 08:40:49
maybe modules before Web* (same for many places th
|
| #include "wtf/OwnPtr.h" |
| #include <algorithm> |