| 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 275fc911ee0e5d64187d9525881d1299e475fcf3..3260d8367d93f9687b3747d980da2a814c854233 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.
|
|
|