| Index: chrome/browser/webdata/autofill_change.h
|
| diff --git a/chrome/browser/webdata/autofill_change.h b/chrome/browser/webdata/autofill_change.h
|
| index fdea9c1330e3bfe0215e237a12bc00eab3762724..bab67dc46d9d90c638ede48d315a53ca9e9f9a48 100644
|
| --- a/chrome/browser/webdata/autofill_change.h
|
| +++ b/chrome/browser/webdata/autofill_change.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
| #define CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
|
|
| +#include <vector>
|
| +
|
| #include "chrome/browser/webdata/autofill_entry.h"
|
|
|
| class AutofillProfile;
|
| @@ -65,4 +67,6 @@ class AutofillProfileChange : public GenericAutofillChange<std::string> {
|
| const AutofillProfile* profile_;
|
| };
|
|
|
| +typedef std::vector<AutofillChange> AutofillChangeList;
|
| +
|
| #endif // CHROME_BROWSER_WEBDATA_AUTOFILL_CHANGE_H__
|
|
|