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

Unified Diff: webkit/forms/password_form.cc

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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 | « webkit/forms/password_form.h ('k') | webkit/forms/password_form_dom_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/forms/password_form.cc
diff --git a/webkit/glue/password_form.cc b/webkit/forms/password_form.cc
similarity index 89%
rename from webkit/glue/password_form.cc
rename to webkit/forms/password_form.cc
index 97777dc4481528f4515ca42473329e9b4267504e..c4751eda03c7d0b3a300054cd713ce9544e2584d 100644
--- a/webkit/glue/password_form.cc
+++ b/webkit/forms/password_form.cc
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/password_form.h"
+#include "webkit/forms/password_form.h"
-namespace webkit_glue {
+namespace webkit {
+namespace forms {
PasswordForm::PasswordForm()
: scheme(SCHEME_HTML),
@@ -33,4 +34,5 @@ PasswordForm::PasswordForm(const WebKit::WebPasswordFormData& web_password_form)
PasswordForm::~PasswordForm() {
}
-} // namespace webkit_glue
+} // namespace forms
+} // namespace webkit
« no previous file with comments | « webkit/forms/password_form.h ('k') | webkit/forms/password_form_dom_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698