Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1011)

Unified Diff: Source/modules/cachestorage/Cache.cpp

Issue 1262603004: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (3/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/cachestorage/Cache.cpp
diff --git a/Source/modules/cachestorage/Cache.cpp b/Source/modules/cachestorage/Cache.cpp
index 6836b833a03bc8f69e320ea7d2493354a7245c5b..804085e6abb8269a6d5b880b78e2a00226f80782 100644
--- a/Source/modules/cachestorage/Cache.cpp
+++ b/Source/modules/cachestorage/Cache.cpp
@@ -21,7 +21,7 @@
#include "modules/fetch/Request.h"
#include "modules/fetch/Response.h"
#include "public/platform/WebPassOwnPtr.h"
-#include "public/platform/WebServiceWorkerCache.h"
+#include "public/platform/modules/serviceworker/WebServiceWorkerCache.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698