| Index: chrome/browser/importer/importer_list.h
|
| diff --git a/chrome/browser/importer/importer_list.h b/chrome/browser/importer/importer_list.h
|
| index 2a5e4d9ca835306d155d6628b9a91024bcc7c707..b7a245232bda3234d5ff276bfe03064663217289 100644
|
| --- a/chrome/browser/importer/importer_list.h
|
| +++ b/chrome/browser/importer/importer_list.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef CHROME_BROWSER_IMPORTER_IMPORTER_LIST_H_
|
| #define CHROME_BROWSER_IMPORTER_IMPORTER_LIST_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "chrome/common/importer/importer_data_types.h"
|
|
|