| Index: chrome/browser/ui/webui/chromeos/set_time_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/set_time_ui.cc b/chrome/browser/ui/webui/chromeos/set_time_ui.cc
|
| index 98871678f7e8a217b48ccf01af37e73d426bafec..154c9ed845aad083d6c576cdfb947742ca7b3938 100644
|
| --- a/chrome/browser/ui/webui/chromeos/set_time_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/set_time_ui.cc
|
| @@ -118,7 +118,7 @@
|
| source->AddLocalizedString("timeLabel", IDS_SET_TIME_TIME_LABEL);
|
|
|
| base::DictionaryValue values;
|
| - values.Set("timezoneList", chromeos::system::GetTimezoneList());
|
| + values.Set("timezoneList", chromeos::system::GetTimezoneList().release());
|
|
|
| // If we are not logged in, we need to show the time zone dropdown.
|
| // Otherwise, we can leave |currentTimezoneId| blank.
|
|
|