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

Unified Diff: chrome/browser/password_manager/password_manager_delegate.h

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
Index: chrome/browser/password_manager/password_manager_delegate.h
diff --git a/chrome/browser/password_manager/password_manager_delegate.h b/chrome/browser/password_manager/password_manager_delegate.h
index 087fe76a2ef6a9a00dfed72e76efa8e065ae023b..bc1a800eeffd2edff9b853b836708606222dddb3 100644
--- a/chrome/browser/password_manager/password_manager_delegate.h
+++ b/chrome/browser/password_manager/password_manager_delegate.h
@@ -6,9 +6,11 @@
#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_DELEGATE_H_
#pragma once
-namespace webkit_glue {
+namespace webkit {
+namespace forms {
struct PasswordFormFillData;
-} // namespace webkit_glue
+}
+}
class PasswordFormManager;
class Profile;
@@ -25,7 +27,7 @@ class PasswordManagerDelegate {
// through the RenderViewHost to FillPasswordForm. Tests can override this
// to sever the dependency on the entire rendering stack.
virtual void FillPasswordForm(
- const webkit_glue::PasswordFormFillData& form_data) = 0;
+ const webkit::forms::PasswordFormFillData& form_data) = 0;
// A mechanism to show an infobar in the current tab at our request.
virtual void AddSavePasswordInfoBar(PasswordFormManager* form_to_save) = 0;
« no previous file with comments | « chrome/browser/password_manager/password_manager.cc ('k') | chrome/browser/password_manager/password_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698