Index: Source/web/ContextFeaturesClientImpl.h |
diff --git a/Source/web/ContextFeaturesClientImpl.h b/Source/web/ContextFeaturesClientImpl.h |
index 626984e87bfb12f0655e99bd02638e867d4f00f9..3bba59b5af11212a57c58f81ac05dd4994b80ec1 100644 |
--- a/Source/web/ContextFeaturesClientImpl.h |
+++ b/Source/web/ContextFeaturesClientImpl.h |
@@ -33,7 +33,7 @@ |
#include "core/dom/ContextFeatures.h" |
-namespace WebKit { |
+namespace blink { |
class WebPermissionClient; |
@@ -53,6 +53,6 @@ private: |
WebPermissionClient* m_client; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // ContextFeaturesClientImpl_h |