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

Unified Diff: public/web/modules/serviceworker/WebServiceWorkerContextClient.h

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: public/web/modules/serviceworker/WebServiceWorkerContextClient.h
diff --git a/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
index b9e40bf078e13c13b55c1499efc87e989a6e3f02..7633eaf530e43c7ef4c71c18839d552bfb24a43e 100644
--- a/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
+++ b/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
@@ -32,11 +32,11 @@
#define WebServiceWorkerContextClient_h
#include "public/platform/WebMessagePortChannel.h"
-#include "public/platform/WebServiceWorkerClientsClaimCallbacks.h"
-#include "public/platform/WebServiceWorkerClientsInfo.h"
-#include "public/platform/WebServiceWorkerEventResult.h"
-#include "public/platform/WebServiceWorkerSkipWaitingCallbacks.h"
#include "public/platform/WebURL.h"
+#include "public/platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h"
+#include "public/platform/modules/serviceworker/WebServiceWorkerClientsInfo.h"
+#include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h"
+#include "public/platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698