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

Unified Diff: Source/modules/serviceworkers/Request.h

Issue 333423004: moved to https://codereview.chromium.org/399543002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « Source/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/Request.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Request.h
diff --git a/Source/modules/serviceworkers/Request.h b/Source/modules/serviceworkers/Request.h
index 601f031a1700a315472f8ffb4571e623dde2ff26..2fa9c915b9dccb40c18a12011c1a563e0a43a32e 100644
--- a/Source/modules/serviceworkers/Request.h
+++ b/Source/modules/serviceworkers/Request.h
@@ -7,7 +7,7 @@
#include "bindings/core/v8/Dictionary.h"
#include "bindings/core/v8/ScriptWrappable.h"
-#include "modules/serviceworkers/FetchRequestData.h"
+#include "modules/serviceworkers/FetchManager.h"
#include "modules/serviceworkers/Headers.h"
#include "platform/weborigin/KURL.h"
#include "wtf/RefCounted.h"
@@ -46,8 +46,6 @@ public:
String mode() const;
String credentials() const;
- PassOwnPtr<ResourceRequest> createResourceRequest() const;
-
private:
explicit Request(PassRefPtr<FetchRequestData>);
explicit Request(const blink::WebServiceWorkerRequest&);
« no previous file with comments | « Source/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698