| Index: chrome/browser/extensions/api/autofill_private/autofill_util.h
|
| diff --git a/chrome/browser/extensions/api/autofill_private/autofill_util.h b/chrome/browser/extensions/api/autofill_private/autofill_util.h
|
| index 751818046bdbfb5a3b49d29e68bc1193ec1ce5f2..5fb49048b483ac438bcf603215c619781befd232 100644
|
| --- a/chrome/browser/extensions/api/autofill_private/autofill_util.h
|
| +++ b/chrome/browser/extensions/api/autofill_private/autofill_util.h
|
| @@ -6,10 +6,10 @@
|
| #define CHROME_BROWSER_EXTENSIONS_API_AUTOFILL_PRIVATE_AUTOFILL_UTIL_H_
|
|
|
| #include <map>
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "chrome/common/extensions/api/autofill_private.h"
|
| #include "components/autofill/core/browser/personal_data_manager.h"
|
|
|
|
|