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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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 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:
« no previous file with comments | « chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc ('k') | chrome/browser/ui/cocoa/login_prompt_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698