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

Unified Diff: public/platform/modules/serviceworker/WebServiceWorker.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/WebServiceWorker.h
diff --git a/public/platform/WebServiceWorker.h b/public/platform/modules/serviceworker/WebServiceWorker.h
similarity index 90%
copy from public/platform/WebServiceWorker.h
copy to public/platform/modules/serviceworker/WebServiceWorker.h
index 44b307d4848f59efd1f3d276589759bb22f0cb74..9aa107cecbe39a612762befac0668f12c650d8d6 100644
--- a/public/platform/WebServiceWorker.h
+++ b/public/platform/modules/serviceworker/WebServiceWorker.h
@@ -31,12 +31,12 @@
#ifndef WebServiceWorker_h
#define WebServiceWorker_h
-#include "WebCommon.h"
-#include "WebMessagePortChannel.h"
-#include "WebServiceWorkerState.h"
-#include "WebString.h"
-#include "WebURL.h"
-#include "WebVector.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebMessagePortChannel.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebURL.h"
+#include "public/platform/WebVector.h"
+#include "public/platform/modules/serviceworker/WebServiceWorkerState.h"
namespace blink {
« no previous file with comments | « public/platform/modules/serviceworker/OWNERS ('k') | public/platform/modules/serviceworker/WebServiceWorkerCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698