Index: public/web/WebLabelElement.h |
diff --git a/public/web/WebLabelElement.h b/public/web/WebLabelElement.h |
index 026af06a773766049fed678bda81e5fcbca1fc97..f1ed85161231ca95c94806ee36d320ef6cc93572 100644 |
--- a/public/web/WebLabelElement.h |
+++ b/public/web/WebLabelElement.h |
@@ -38,7 +38,7 @@ namespace WebCore { class HTMLLabelElement; } |
namespace WTF { template <typename T> class PassRefPtr; } |
#endif |
-namespace WebKit { |
+namespace blink { |
// Provides readonly access to some properties of a DOM label element node. |
class WebLabelElement : public WebElement { |
@@ -63,6 +63,6 @@ public: |
#endif |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |