| Index: chrome/common/instant_struct_traits.h
|
| diff --git a/chrome/common/instant_struct_traits.h b/chrome/common/instant_struct_traits.h
|
| index a203197b58840054779d7020a99fb7dd7e8af603..2ff8ab2e711aa44ebaff32a6746aa9ca206711f5 100644
|
| --- a/chrome/common/instant_struct_traits.h
|
| +++ b/chrome/common/instant_struct_traits.h
|
| @@ -5,6 +5,8 @@
|
| // Multiply-included file, no traditional include guard.
|
| #include "chrome/common/search/instant_types.h"
|
| #include "chrome/common/search/ntp_logging_events.h"
|
| +#include "components/ntp_tiles/tile_source.h"
|
| +#include "components/ntp_tiles/tile_visual_type.h"
|
| #include "components/omnibox/common/omnibox_focus_state.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| @@ -17,6 +19,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(NTPLoggingEventType, NTP_EVENT_TYPE_LAST)
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(ntp_tiles::TileSource, ntp_tiles::TileSource::LAST)
|
|
|
| +IPC_ENUM_TRAITS_MAX_VALUE(ntp_tiles::TileVisualType, ntp_tiles::TILE_TYPE_MAX)
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(title)
|
|
|