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

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

Issue 461163002: Cleanup namespace usage in Source/core/modules/[mediasource/* to websockets/*] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « Source/modules/serviceworkers/Request.h ('k') | Source/modules/serviceworkers/ServiceWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Response.h
diff --git a/Source/modules/serviceworkers/Response.h b/Source/modules/serviceworkers/Response.h
index 01e1a637b168758f743e0c16c54481ae724c5701..ca490c832254927313a511c38bf8933a9179fe66 100644
--- a/Source/modules/serviceworkers/Response.h
+++ b/Source/modules/serviceworkers/Response.h
@@ -16,13 +16,12 @@
#include "wtf/RefPtr.h"
#include "wtf/text/WTFString.h"
-namespace blink { class WebServiceWorkerResponse; }
-
namespace blink {
class Blob;
class ExceptionState;
class ResponseInit;
+class WebServiceWorkerResponse;
class Response FINAL : public RefCountedWillBeGarbageCollected<Response>, public ScriptWrappable {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(Response);
@@ -41,7 +40,7 @@ public:
PassRefPtrWillBeRawPtr<FetchBodyStream> body(ExecutionContext*);
- void populateWebServiceWorkerResponse(blink::WebServiceWorkerResponse&);
+ void populateWebServiceWorkerResponse(WebServiceWorkerResponse&);
void trace(Visitor*);
« no previous file with comments | « Source/modules/serviceworkers/Request.h ('k') | Source/modules/serviceworkers/ServiceWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698