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

Unified Diff: Source/modules/serviceworkers/FetchHeaderList.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/FetchEvent.cpp ('k') | Source/modules/serviceworkers/FetchHeaderList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/FetchHeaderList.h
diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h
index 26fcd77d6f86ba70f3251fa86cb3c1834e5833cc..25711862ca96dfbcb84d6400175b02fcf5c94b64 100644
--- a/Source/modules/serviceworkers/FetchHeaderList.h
+++ b/Source/modules/serviceworkers/FetchHeaderList.h
@@ -13,7 +13,7 @@
#include "wtf/text/WTFString.h"
#include <utility>
-namespace WebCore {
+namespace blink {
class Header;
@@ -52,6 +52,6 @@ private:
Vector<OwnPtr<Header> > m_headerList;
};
-} // namespace WebCore
+} // namespace blink
#endif // FetchHeaderList_h
« no previous file with comments | « Source/modules/serviceworkers/FetchEvent.cpp ('k') | Source/modules/serviceworkers/FetchHeaderList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698