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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.cc

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Mostly cosmetic fixup Created 8 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/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 99385926a59655a1bc664c2521b5c1021f9b033c..4ffb38bceb5d220641add250109379aa5392bafd 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -1180,7 +1180,7 @@ void BrowserWindowGtk::ShowAvatarBubbleFromAvatarButton() {
void BrowserWindowGtk::ShowPasswordGenerationBubble(
const gfx::Rect& rect,
- const webkit::forms::PasswordForm& form,
+ const content::PasswordForm& form,
autofill::PasswordGenerator* password_generator) {
WebContents* web_contents = chrome::GetActiveWebContents(browser_.get());
if (!web_contents || !web_contents->GetContentNativeView()) {

Powered by Google App Engine
This is Rietveld 408576698