Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1415)

Unified Diff: chrome/test/ui/ui_test.cc

Issue 1120006: detect preferences errors (Closed)
Patch Set: changes from review Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/javascript_test_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.cc
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index ff952baac0ba35ad1dc5fa9cf27d012827d01148..9ad2aa175f5f2b09df4ec2beb6351db5eb8360ce 100644
--- a/chrome/test/ui/ui_test.cc
+++ b/chrome/test/ui/ui_test.cc
@@ -706,7 +706,7 @@ static DictionaryValue* LoadDictionaryValueFromPath(const FilePath& path) {
return NULL;
JSONFileValueSerializer serializer(path);
- scoped_ptr<Value> root_value(serializer.Deserialize(NULL));
+ scoped_ptr<Value> root_value(serializer.Deserialize(NULL, NULL));
if (!root_value.get() || root_value->GetType() != Value::TYPE_DICTIONARY)
return NULL;
« no previous file with comments | « chrome/test/ui/javascript_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698