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

Unified Diff: chrome/test/ui/dom_checker_uitest.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/automation/tab_proxy.cc ('k') | chrome/test/ui/javascript_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/dom_checker_uitest.cc
diff --git a/chrome/test/ui/dom_checker_uitest.cc b/chrome/test/ui/dom_checker_uitest.cc
index f23542302127d999314f06d423cbaba2ed25256a..84af7da3808de6f6f554524e7ca708143c3a6935 100644
--- a/chrome/test/ui/dom_checker_uitest.cc
+++ b/chrome/test/ui/dom_checker_uitest.cc
@@ -164,7 +164,7 @@ class DomCheckerTest : public UITest {
std::string json = WideToUTF8(json_wide);
JSONStringValueSerializer deserializer(json);
- scoped_ptr<Value> value(deserializer.Deserialize(NULL));
+ scoped_ptr<Value> value(deserializer.Deserialize(NULL, NULL));
EXPECT_TRUE(value.get());
if (!value.get())
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/ui/javascript_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698