Index: Source/web/WebPasswordFormUtils.h |
diff --git a/Source/web/WebPasswordFormUtils.h b/Source/web/WebPasswordFormUtils.h |
index 873ede3d74c68b81ad10de9e16a39f73257550ef..5416bcd5f0328af2149b35ae65232d91e3f80af6 100644 |
--- a/Source/web/WebPasswordFormUtils.h |
+++ b/Source/web/WebPasswordFormUtils.h |
@@ -40,7 +40,7 @@ class HTMLFormControlElement; |
class HTMLFormElement; |
} |
-namespace WebKit { |
+namespace blink { |
// Helper structure to locate username, passwords and submit fields. |
// |
@@ -58,6 +58,6 @@ struct PasswordFormFields { |
void findPasswordFormFields(WebCore::HTMLFormElement* form, |
PasswordFormFields* fields); |
-} // namespace WebKit |
+} // namespace blink |
#endif |