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

Unified Diff: chrome/browser/ui/gtk/password_generation_bubble_gtk.h

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 months 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 | « chrome/browser/ui/gtk/login_prompt_gtk.cc ('k') | chrome/browser/ui/gtk/password_generation_bubble_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/password_generation_bubble_gtk.h
diff --git a/chrome/browser/ui/gtk/password_generation_bubble_gtk.h b/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
index e7ca5934e705b57b07e758d6facb01f5cf11dc84..e3d93a911468022f49bd600d087769712d065525 100644
--- a/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
+++ b/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
@@ -9,8 +9,8 @@
#include "base/basictypes.h"
#include "chrome/browser/ui/gtk/bubble/bubble_gtk.h"
+#include "components/autofill/core/common/password_form.h"
#include "components/autofill/core/common/password_generation_util.h"
-#include "content/public/common/password_form.h"
#include "ui/base/gtk/gtk_signal.h"
#include "ui/gfx/rect.h"
@@ -29,7 +29,7 @@ class WebContents;
class PasswordGenerationBubbleGtk : public BubbleDelegateGtk {
public:
PasswordGenerationBubbleGtk(const gfx::Rect& anchor_rect,
- const content::PasswordForm& form,
+ const autofill::PasswordForm& form,
content::WebContents* web_contents,
autofill::PasswordGenerator* password_generator);
virtual ~PasswordGenerationBubbleGtk();
@@ -51,7 +51,7 @@ class PasswordGenerationBubbleGtk : public BubbleDelegateGtk {
// Form that contains the password field that we are generating a password
// for. Used by the password_manager_.
- content::PasswordForm form_;
+ autofill::PasswordForm form_;
// WebContents associated with the button that spawned this bubble.
content::WebContents* web_contents_;
« no previous file with comments | « chrome/browser/ui/gtk/login_prompt_gtk.cc ('k') | chrome/browser/ui/gtk/password_generation_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698