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

Unified Diff: public/platform/modules/serviceworker/WebServiceWorkerResponse.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/WebServiceWorkerResponse.h
diff --git a/public/platform/WebServiceWorkerResponse.h b/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
similarity index 98%
copy from public/platform/WebServiceWorkerResponse.h
copy to public/platform/modules/serviceworker/WebServiceWorkerResponse.h
index 8969933480859b3407496735f662529de75f1f4d..3cd1f91e7f39f50f9b7734db53d23abc1a54cf93 100644
--- a/public/platform/WebServiceWorkerResponse.h
+++ b/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
@@ -5,7 +5,7 @@
#ifndef WebServiceWorkerResponse_h
#define WebServiceWorkerResponse_h
-#include "WebCommon.h"
+#include "public/platform/WebCommon.h"
#include "public/platform/WebPrivatePtr.h"
#include "public/platform/WebServiceWorkerResponseError.h"
#include "public/platform/WebServiceWorkerResponseType.h"

Powered by Google App Engine
This is Rietveld 408576698