Index: Source/web/WebFrameImpl.h |
diff --git a/Source/web/WebFrameImpl.h b/Source/web/WebFrameImpl.h |
index 00865c5895884e2912ba939e97304a0a6cc4ff97..325f0dc66dd94182f3c0be9191422d4bfea5c9d9 100644 |
--- a/Source/web/WebFrameImpl.h |
+++ b/Source/web/WebFrameImpl.h |
@@ -56,7 +56,7 @@ struct FrameLoadRequest; |
struct WindowFeatures; |
} |
-namespace WebKit { |
+namespace blink { |
class ChromePrintContext; |
class WebDataSourceImpl; |
class WebInputElement; |
@@ -534,6 +534,6 @@ inline const WebFrameImpl* toWebFrameImpl(const WebFrame* webFrame) |
// This will catch anyone doing an unnecessary cast. |
void toWebFrameImpl(const WebFrameImpl*); |
-} // namespace WebKit |
+} // namespace blink |
#endif |