| Index: chrome/browser/web_resource/web_resource_service.cc
|
| ===================================================================
|
| --- chrome/browser/web_resource/web_resource_service.cc (revision 72392)
|
| +++ chrome/browser/web_resource/web_resource_service.cc (working copy)
|
| @@ -399,8 +399,8 @@
|
| std::string promo_end_string = "";
|
| std::string promo_string = "";
|
| std::string promo_build = "";
|
| - int promo_build_type;
|
| - int time_slice_hrs;
|
| + int promo_build_type = 0;
|
| + int time_slice_hrs = 0;
|
| for (ListValue::const_iterator tip_iter = answer_list->begin();
|
| tip_iter != answer_list->end(); ++tip_iter) {
|
| if (!(*tip_iter)->IsType(Value::TYPE_DICTIONARY))
|
|
|