Chromium Code Reviews| Index: chrome/common/instant_types.cc |
| diff --git a/chrome/common/instant_types.cc b/chrome/common/instant_types.cc |
| index c3a2dd236a5cd2242964899edf85d845a47ec699..8645f6b82d2a6c0ccafd48d0c1024206a4d3dbaa 100644 |
| --- a/chrome/common/instant_types.cc |
| +++ b/chrome/common/instant_types.cc |
| @@ -88,6 +88,10 @@ const char kRLZParameterKey[] = "rlz"; |
| const char kInputEncodingKey[] = "ie"; |
| const char kAssistedQueryStatsKey[] = "aqs"; |
| +InstantMostVisitedItem::InstantMostVisitedItem() {} |
| + |
| +InstantMostVisitedItem::~InstantMostVisitedItem() {} |
|
kmadhusu
2015/07/30 21:57:02
Any specific reason to define an empty constructor
fserb
2015/07/31 17:08:17
The build complains that the struct has more than
|
| + |
| EmbeddedSearchRequestParams::EmbeddedSearchRequestParams() { |
| } |