Index: Source/platform/SecureTextInput.h |
diff --git a/Source/platform/SecureTextInput.h b/Source/platform/SecureTextInput.h |
index 2acee9f712db2682b1aa7f833d15951608b94fd9..e5c564cc74a037f6e28e70f424e6d1e19d50e8e0 100644 |
--- a/Source/platform/SecureTextInput.h |
+++ b/Source/platform/SecureTextInput.h |
@@ -33,7 +33,7 @@ |
#include "platform/PlatformExport.h" |
-namespace WebCore { |
+namespace blink { |
#if OS(MACOSX) |
// Once enableSecureTextInput is called, secure text input mode is set until |
@@ -45,6 +45,6 @@ inline void enableSecureTextInput() { } |
inline void disableSecureTextInput() { } |
#endif |
-} // namespace WebCore |
+} // namespace blink |
#endif // SecureTextInput_h |