| Index: chrome/utility/importer/firefox_importer_unittest_utils.h
|
| diff --git a/chrome/utility/importer/firefox_importer_unittest_utils.h b/chrome/utility/importer/firefox_importer_unittest_utils.h
|
| index 293634d90f6ff9d5e602cd0bed5cd339baefc87f..a0b3e689d60ca63838f898dd76d9cf3b83065540 100644
|
| --- a/chrome/utility/importer/firefox_importer_unittest_utils.h
|
| +++ b/chrome/utility/importer/firefox_importer_unittest_utils.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef CHROME_UTILITY_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_
|
| #define CHROME_UTILITY_IMPORTER_FIREFOX_IMPORTER_UNITTEST_UTILS_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/process/process.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/utility/importer/nss_decryptor.h"
|
| #include "components/autofill/core/common/password_form.h"
|
|
|
|
|