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

Unified Diff: chrome/browser/prerender/prerender_tab_helper.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/prerender/prerender_tab_helper.h
diff --git a/chrome/browser/prerender/prerender_tab_helper.h b/chrome/browser/prerender/prerender_tab_helper.h
index 4bfdd19919de31815088d6b5f1061284de00b999..72ab579e6924d473807104aa7bfcc7d69862cd9a 100644
--- a/chrome/browser/prerender/prerender_tab_helper.h
+++ b/chrome/browser/prerender/prerender_tab_helper.h
@@ -14,7 +14,7 @@
class PasswordManager;
-namespace content {
+namespace autofill {
struct PasswordForm;
}
@@ -72,7 +72,7 @@ class PrerenderTabHelper
content::RenderViewHost* render_view_host) OVERRIDE;
// Called when a password form has been submitted.
- void PasswordSubmitted(const content::PasswordForm& form);
+ void PasswordSubmitted(const autofill::PasswordForm& form);
// Called when this prerendered WebContents has just been swapped in.
void PrerenderSwappedIn();
« no previous file with comments | « chrome/browser/password_manager/test_password_store.cc ('k') | chrome/browser/prerender/prerender_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698