| Index: chrome/browser/chromeos/system/timezone_util.cc
|
| diff --git a/chrome/browser/chromeos/system/timezone_util.cc b/chrome/browser/chromeos/system/timezone_util.cc
|
| index e396942d9cc52b6126771d040d184533c8683774..98e42d597b3bea0f914b04ce97c0fc6d5a95d4b9 100644
|
| --- a/chrome/browser/chromeos/system/timezone_util.cc
|
| +++ b/chrome/browser/chromeos/system/timezone_util.cc
|
| @@ -58,7 +58,7 @@ base::string16 GetExemplarCity(const icu::TimeZone& zone) {
|
|
|
| // Resource keys for timezones use ':' in place of '/'.
|
| ReplaceSubstringsAfterOffset(&zone_id_str, 0, "/", ":");
|
| - scoped_ptr_malloc<UResourceBundle, UResClose> zone_item(
|
| + scoped_ptr<UResourceBundle, UResClose> zone_item(
|
| ures_getByKey(zone_strings, zone_id_str.c_str(), NULL, &status));
|
| icu::UnicodeString city;
|
| if (!U_FAILURE(status)) {
|
|
|