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

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

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
Index: Source/modules/serviceworkers/FetchResponseData.h
diff --git a/Source/modules/serviceworkers/FetchResponseData.h b/Source/modules/serviceworkers/FetchResponseData.h
index 00f585e24d0a06f347aa1c8d44ec5e889ce0bf5d..c1908bef7417a6f1c1cb1627d148dde8ce984dfd 100644
--- a/Source/modules/serviceworkers/FetchResponseData.h
+++ b/Source/modules/serviceworkers/FetchResponseData.h
@@ -13,7 +13,7 @@
namespace blink { class WebServiceWorkerResponse; }
-namespace WebCore {
+namespace blink {
class BlobDataHandle;
class FetchHeaderList;
@@ -64,6 +64,6 @@ private:
RefPtrWillBeMember<FetchResponseData> m_internalResponse;
};
-} // namespace WebCore
+} // namespace blink
#endif // FetchResponseData_h
« no previous file with comments | « Source/modules/serviceworkers/FetchRequestData.cpp ('k') | Source/modules/serviceworkers/FetchResponseData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698