| 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 c7620483038cb7be8c2de432c4f444bdd2d84427..95b649bc394187d011216356e517a1fbe74fcfaa 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -192,7 +192,7 @@ bool GoogleChromeDistribution::ExtractUninstallMetricsFromFile(
|
| JSONFileValueSerializer json_serializer(FilePath::FromWStringHack(file_path));
|
|
|
| std::string json_error_string;
|
| - scoped_ptr<Value> root(json_serializer.Deserialize(NULL));
|
| + scoped_ptr<Value> root(json_serializer.Deserialize(NULL, NULL));
|
| if (!root.get())
|
| return false;
|
|
|
|
|