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

Unified Diff: Source/modules/serviceworkers/Request.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
« no previous file with comments | « Source/modules/serviceworkers/RegistrationOptionList.h ('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 2194f88b7e049aa04b5426eeb13a78c23c431c97..6640d247e0d034d1429dd61a9f1b538ac2e8e1b2 100644
--- a/Source/modules/serviceworkers/Request.h
+++ b/Source/modules/serviceworkers/Request.h
@@ -17,7 +17,7 @@
namespace blink { class WebServiceWorkerRequest; }
-namespace WebCore {
+namespace blink {
class RequestInit;
class ResourceRequest;
@@ -58,6 +58,6 @@ private:
RefPtrWillBeMember<Headers> m_headers;
};
-} // namespace WebCore
+} // namespace blink
#endif // Request_h
« no previous file with comments | « Source/modules/serviceworkers/RegistrationOptionList.h ('k') | Source/modules/serviceworkers/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698