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

Unified Diff: components/autofill/core/browser/autofill_manager_delegate.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: Response to review 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: components/autofill/core/browser/autofill_manager_delegate.h
diff --git a/components/autofill/core/browser/autofill_manager_delegate.h b/components/autofill/core/browser/autofill_manager_delegate.h
index ceabc11e8d31657d1a05420f5387258d54f48ea3..86b541f48399f5333b3e6782fa1a218936f452b2 100644
--- a/components/autofill/core/browser/autofill_manager_delegate.h
+++ b/components/autofill/core/browser/autofill_manager_delegate.h
@@ -12,10 +12,6 @@
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
-namespace content {
-struct PasswordForm;
-}
-
namespace gfx {
class Rect;
class RectF;
@@ -34,6 +30,7 @@ class FormStructure;
class PasswordGenerator;
class PersonalDataManager;
struct FormData;
+struct PasswordForm;
// A delegate interface that needs to be supplied to AutofillManager
// by the embedder.

Powered by Google App Engine
This is Rietveld 408576698