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

Unified Diff: public/platform/modules/serviceworker/WebServiceWorkerRequest.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/WebServiceWorkerRequest.h
diff --git a/public/platform/WebServiceWorkerRequest.h b/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
similarity index 98%
copy from public/platform/WebServiceWorkerRequest.h
copy to public/platform/modules/serviceworker/WebServiceWorkerRequest.h
index 45b04519fd901ad3b09ef93242d8ac93d19e1b89..49c5b74aea4edc32eb8955801d3c82eadd257e93 100644
--- a/public/platform/WebServiceWorkerRequest.h
+++ b/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
@@ -5,7 +5,7 @@
#ifndef WebServiceWorkerRequest_h
#define WebServiceWorkerRequest_h
-#include "WebCommon.h"
+#include "public/platform/WebCommon.h"
#include "public/platform/WebPrivatePtr.h"
#include "public/platform/WebReferrerPolicy.h"
#include "public/platform/WebString.h"

Powered by Google App Engine
This is Rietveld 408576698