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 |