Index: public/web/WebPasswordFormData.h |
diff --git a/public/web/WebPasswordFormData.h b/public/web/WebPasswordFormData.h |
index bd54f7e58e2325536e2cd4927af201abc757dd8a..84dc700a59fffd6eda57c0e91c51f7866616fbd1 100644 |
--- a/public/web/WebPasswordFormData.h |
+++ b/public/web/WebPasswordFormData.h |
@@ -36,7 +36,7 @@ |
#include "../platform/WebVector.h" |
#include "WebFormElement.h" |
-namespace WebKit { |
+namespace blink { |
struct WebPasswordFormData { |
// If the provided form is suitable for password completion, isValid() will |
@@ -121,6 +121,6 @@ struct WebPasswordFormData { |
} |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |