| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 584d9a7ee14b4541758c0ff31c7ce00a43dbc087..5a946e345571deba51733d48662c4100e38bc7ae 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/stringprintf.h"
|
| #include "base/values.h"
|
| #include "build/build_config.h"
|
| +#include "chrome/common/autocomplete_match_type.h"
|
| #include "chrome/common/common_param_traits.h"
|
| #include "chrome/common/content_settings.h"
|
| #include "chrome/common/content_settings_pattern.h"
|
| @@ -117,6 +118,7 @@ struct ParamTraits<ContentSettingsPattern> {
|
|
|
| #define IPC_MESSAGE_START ChromeMsgStart
|
|
|
| +IPC_ENUM_TRAITS(AutocompleteMatchType::Type)
|
| IPC_ENUM_TRAITS(ChromeViewHostMsg_GetPluginInfo_Status::Value)
|
| IPC_ENUM_TRAITS(InstantCompleteBehavior)
|
| IPC_ENUM_TRAITS(InstantSizeUnits)
|
|
|