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

Unified Diff: chrome/browser/ui/browser_window.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
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 39c2650cab9d5d961277d50f2e69b59c989a1f0f..4506bb9591016bb66e682cb38b8882c902b65f60 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -32,11 +32,11 @@ class ToolbarView;
namespace autofill {
class PasswordGenerator;
+struct PasswordForm;
}
namespace content {
class WebContents;
struct NativeWebKeyboardEvent;
-struct PasswordForm;
struct SSLStatus;
}
@@ -355,7 +355,7 @@ class BrowserWindow : public ui::BaseWindow {
// contains the password field that the bubble will be associated with.
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& rect,
- const content::PasswordForm& form,
+ const autofill::PasswordForm& form,
autofill::PasswordGenerator* password_generator) = 0;
// Invoked when the amount of vertical overscroll changes. |delta_y| is the

Powered by Google App Engine
This is Rietveld 408576698