Index: Source/modules/serviceworkers/FetchEvent.h |
diff --git a/Source/modules/serviceworkers/FetchEvent.h b/Source/modules/serviceworkers/FetchEvent.h |
index 2613703979c8943e71389c049bff291a2138b9ff..0510f212bbd6b24ac0f5b5579cf9dcd2556939e5 100644 |
--- a/Source/modules/serviceworkers/FetchEvent.h |
+++ b/Source/modules/serviceworkers/FetchEvent.h |
@@ -9,7 +9,7 @@ |
#include "modules/serviceworkers/Request.h" |
#include "modules/serviceworkers/RespondWithObserver.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class Request; |
@@ -45,6 +45,6 @@ private: |
bool m_isReload; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FetchEvent_h |