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. |