| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index bfb98f3d79451eafcea0c7c557f175f0a5e0fe10..40a71211d268f18b8b8f4f45d0868fe33adccee2 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -315,7 +315,7 @@ bool GoogleChromeDistribution::ExtractUninstallMetricsFromFile(
|
| return false;
|
|
|
| // Preferences should always have a dictionary root.
|
| - if (!root->IsType(Value::TYPE_DICTIONARY))
|
| + if (!root->IsDictionary())
|
| return false;
|
|
|
| return ExtractUninstallMetrics(*static_cast<DictionaryValue*>(root.get()),
|
|
|