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

Unified Diff: webkit/forms/password_form_dom_manager.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_dom_manager.h ('k') | webkit/forms/webkit_forms_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/forms/password_form_dom_manager.cc
diff --git a/webkit/glue/password_form_dom_manager.cc b/webkit/forms/password_form_dom_manager.cc
similarity index 92%
rename from webkit/glue/password_form_dom_manager.cc
rename to webkit/forms/password_form_dom_manager.cc
index e5c2574ee1eff0526ac2c6513a6aa6743b2ed5b1..5cf367dcb813c4ffa0d79e26a84078a8a0f9c583 100644
--- a/webkit/glue/password_form_dom_manager.cc
+++ b/webkit/forms/password_form_dom_manager.cc
@@ -2,18 +2,19 @@
// 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_dom_manager.h"
+#include "webkit/forms/password_form_dom_manager.h"
#include "base/logging.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPasswordFormData.h"
-#include "webkit/glue/form_field.h"
+#include "webkit/forms/form_field.h"
using WebKit::WebFormElement;
using WebKit::WebInputElement;
using WebKit::WebPasswordFormData;
-namespace webkit_glue {
+namespace webkit {
+namespace forms {
PasswordFormFillData::PasswordFormFillData() : wait_for_username(false) {
}
@@ -61,4 +62,5 @@ void PasswordFormDomManager::InitFillData(
}
}
-} // namespace webkit_glue
+} // namespace forms
+} // namespace webkit
« no previous file with comments | « webkit/forms/password_form_dom_manager.h ('k') | webkit/forms/webkit_forms_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698