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

Unified Diff: Source/modules/serviceworkers/FetchBodyStream.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/FetchBodyStream.h ('k') | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/FetchBodyStream.cpp
diff --git a/Source/modules/serviceworkers/FetchBodyStream.cpp b/Source/modules/serviceworkers/FetchBodyStream.cpp
index 1798b0e532142179a611d52f0fe5c40585687cd0..52c43ceb982cd56e0c5787b3d257670d767d013e 100644
--- a/Source/modules/serviceworkers/FetchBodyStream.cpp
+++ b/Source/modules/serviceworkers/FetchBodyStream.cpp
@@ -16,7 +16,7 @@
#include "platform/NotImplemented.h"
#include "public/platform/WebServiceWorkerResponse.h"
-namespace WebCore {
+namespace blink {
PassRefPtrWillBeRawPtr<FetchBodyStream> FetchBodyStream::create(ExecutionContext* context, PassRefPtr<BlobDataHandle> blobDataHandle)
{
@@ -162,4 +162,4 @@ void FetchBodyStream::didFail(FileError::ErrorCode code)
m_resolver.clear();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/serviceworkers/FetchBodyStream.h ('k') | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698