| Index: chrome/browser/history/top_sites.cc
|
| diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc
|
| index d6bb0dc1ae064e06c0305cc9c0cf9639cfc05e66..f144583cba58cbdc3730383784a63108646de2a0 100644
|
| --- a/chrome/browser/history/top_sites.cc
|
| +++ b/chrome/browser/history/top_sites.cc
|
| @@ -683,7 +683,7 @@ void TopSites::MigratePinnedURLs() {
|
| if (!pinned_urls_->GetWithoutPathExpansion(*it, &value))
|
| continue;
|
|
|
| - if (value->IsType(DictionaryValue::TYPE_DICTIONARY)) {
|
| + if (value->IsDictionary()) {
|
| DictionaryValue* dict = static_cast<DictionaryValue*>(value);
|
| std::string url_string;
|
| int index;
|
|
|