Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index d0ab1ba7ebfdcf50acc09e434f4e859327123c96..0276027559d1c09c47ee56f63d9b93380d5bfe00 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -36,6 +36,7 @@ class PasswordGenerator; |
namespace content { |
class WebContents; |
struct NativeWebKeyboardEvent; |
+struct PasswordForm; |
struct SSLStatus; |
} |
@@ -48,12 +49,6 @@ class Rect; |
class Size; |
} |
-namespace webkit { |
-namespace forms { |
-struct PasswordForm; |
-} |
-} |
- |
enum DevToolsDockSide { |
DEVTOOLS_DOCK_SIDE_BOTTOM = 0, |
DEVTOOLS_DOCK_SIDE_RIGHT = 1 |
@@ -378,7 +373,7 @@ class BrowserWindow : public BaseWindow { |
// available on mac. |
virtual void ShowPasswordGenerationBubble( |
const gfx::Rect& rect, |
- const webkit::forms::PasswordForm& form, |
+ const content::PasswordForm& form, |
autofill::PasswordGenerator* password_generator) {} |
protected: |