| Index: chrome/common/importer/profile_import_process_param_traits_macros.h | 
| diff --git a/chrome/common/importer/profile_import_process_param_traits_macros.h b/chrome/common/importer/profile_import_process_param_traits_macros.h | 
| index 62efb3d6c4bd3070449efe8ee49f67d1bd2523b0..6140d5708fc8705e55353161409d931dd32e9ab7 100644 | 
| --- a/chrome/common/importer/profile_import_process_param_traits_macros.h | 
| +++ b/chrome/common/importer/profile_import_process_param_traits_macros.h | 
| @@ -25,9 +25,15 @@ | 
| #include "content/public/common/common_param_traits.h" | 
| #include "ipc/ipc_message_macros.h" | 
|  | 
| +#if defined(OS_WIN) | 
| +IPC_ENUM_TRAITS_MIN_MAX_VALUE(importer::ImporterType, | 
| +                              importer::TYPE_UNKNOWN, | 
| +                              importer::TYPE_EDGE) | 
| +#else | 
| IPC_ENUM_TRAITS_MIN_MAX_VALUE(importer::ImporterType, | 
| importer::TYPE_UNKNOWN, | 
| importer::TYPE_BOOKMARKS_FILE) | 
| +#endif | 
|  | 
| IPC_STRUCT_TRAITS_BEGIN(importer::SourceProfile) | 
| IPC_STRUCT_TRAITS_MEMBER(importer_name) | 
|  |