Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Unified Diff: Source/web/WebPasswordFormData.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebPageSerializerImpl.cpp ('k') | Source/web/WebPasswordFormUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPasswordFormData.cpp
diff --git a/Source/web/WebPasswordFormData.cpp b/Source/web/WebPasswordFormData.cpp
index 4b03d8566915b3b8ac022e8acfa04768dd0680e2..3312c33cc43bb865cad3fb2483453ec76e179934 100644
--- a/Source/web/WebPasswordFormData.cpp
+++ b/Source/web/WebPasswordFormData.cpp
@@ -42,7 +42,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
namespace {
@@ -176,4 +176,4 @@ WebPasswordFormData::WebPasswordFormData(const WebFormElement& webForm)
oldPassword, password, this);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebPageSerializerImpl.cpp ('k') | Source/web/WebPasswordFormUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698