| Index: chrome/browser/history/top_sites.cc
|
| diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc
|
| index 97a2155a3bb0bd61bb157b1c682c8c75b3d9c8db..ad49b64bcd55ebf474fa5c88d5a397e6c17caf0d 100644
|
| --- a/chrome/browser/history/top_sites.cc
|
| +++ b/chrome/browser/history/top_sites.cc
|
| @@ -374,8 +374,8 @@ void TopSites::MigratePinnedURLs() {
|
| DictionaryValue* dict = static_cast<DictionaryValue*>(value);
|
| std::string url_string;
|
| int index;
|
| - if (dict->GetString(L"url", &url_string) &&
|
| - dict->GetInteger(L"index", &index))
|
| + if (dict->GetString("url", &url_string) &&
|
| + dict->GetInteger("index", &index))
|
| tmp_map[GURL(url_string)] = index;
|
| }
|
| }
|
|
|