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

Unified Diff: public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h

Issue 1262943002: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 2 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: public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h
diff --git a/public/platform/WebServiceWorkerCacheStorage.h b/public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h
similarity index 98%
copy from public/platform/WebServiceWorkerCacheStorage.h
copy to public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h
index 88779b8599f24733df544a9a24cdc310daa3b8ad..3fe844a1cdcdbe56507f84555305d35d9a9eb6a6 100644
--- a/public/platform/WebServiceWorkerCacheStorage.h
+++ b/public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h
@@ -5,8 +5,8 @@
#ifndef WebServiceWorkerCacheStorage_h
#define WebServiceWorkerCacheStorage_h
-#include "WebCommon.h"
#include "public/platform/WebCallbacks.h"
+#include "public/platform/WebCommon.h"
#include "public/platform/WebServiceWorkerCache.h"
#include "public/platform/WebServiceWorkerCacheError.h"
#include "public/platform/WebString.h"

Powered by Google App Engine
This is Rietveld 408576698