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

Unified Diff: chrome/test/webdriver/commands/set_timeout_commands_unittest.cc

Issue 7647026: base: Add three helper functions to Values API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a typo Ceate -> Create Created 9 years, 4 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/common/json_schema_validator_unittest_base.cc ('k') | chrome/test/webdriver/session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
diff --git a/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc b/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
index a4e84b3d7d0df93b6bf7182523f816d5b2f30803..56ebc0009da2c9c2fad6d42ceed671eee19830e1 100644
--- a/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
+++ b/chrome/test/webdriver/commands/set_timeout_commands_unittest.cc
@@ -68,7 +68,7 @@ TEST(ImplicitWaitCommandTest, SettingImplicitWaits) {
AssertError(kBadRequest, "Request missing ms parameter", &command);
- parameters->Set("ms", Value::CreateNullValue());
+ parameters->Set("ms", base::NullValue());
AssertError(kBadRequest, "ms parameter is not a number", &command);
parameters->SetString("ms", "apples");
« no previous file with comments | « chrome/common/json_schema_validator_unittest_base.cc ('k') | chrome/test/webdriver/session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698