Index: Source/web/AssociatedURLLoader.h |
diff --git a/Source/web/AssociatedURLLoader.h b/Source/web/AssociatedURLLoader.h |
index 7007a5d8dbf3f73ee250a9db317df9ac143b352c..2f0c92ae7a66bd7a08268fa6d1719b39afa0fca8 100644 |
--- a/Source/web/AssociatedURLLoader.h |
+++ b/Source/web/AssociatedURLLoader.h |
@@ -39,7 +39,7 @@ |
namespace WebCore { class DocumentThreadableLoader; } |
-namespace WebKit { |
+namespace blink { |
class WebFrameImpl; |
@@ -67,6 +67,6 @@ private: |
RefPtr<WebCore::DocumentThreadableLoader> m_loader; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |