| Index: chrome/browser/autofill/credit_card.h
|
| diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
|
| index dffe00490ca6ea9f9a0fb7ab79df3660bf3f016f..1df635d9c6a88c16abb026e159cb1bea7f25d38b 100644
|
| --- a/chrome/browser/autofill/credit_card.h
|
| +++ b/chrome/browser/autofill/credit_card.h
|
| @@ -6,9 +6,12 @@
|
| #define CHROME_BROWSER_AUTOFILL_CREDIT_CARD_H_
|
| #pragma once
|
|
|
| +#include <ostream>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/string16.h"
|
| +#include "chrome/browser/autofill/field_types.h"
|
| #include "chrome/browser/autofill/form_group.h"
|
|
|
| // A form group that stores credit card information.
|
|
|