| Index: chrome/common/instant_types.cc
|
| diff --git a/chrome/common/instant_types.cc b/chrome/common/instant_types.cc
|
| index 86b44612fabcc9a54108c16704a5d697cc124e5c..01c8c3dcc28bda011afd7ffd8d75b1b9a650dacd 100644
|
| --- a/chrome/common/instant_types.cc
|
| +++ b/chrome/common/instant_types.cc
|
| @@ -25,3 +25,9 @@ InstantAutocompleteResult::InstantAutocompleteResult() : relevance(0) {
|
|
|
| InstantAutocompleteResult::~InstantAutocompleteResult() {
|
| }
|
| +
|
| +ThemeBackgroundInfo::ThemeBackgroundInfo() : image_height(0) {
|
| +}
|
| +
|
| +ThemeBackgroundInfo::~ThemeBackgroundInfo() {
|
| +}
|
|
|