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

Unified Diff: chrome/test/webdriver/web_element_id.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo 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/test/webdriver/session.cc ('k') | chrome/tools/build/generate_policy_source.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/web_element_id.cc
diff --git a/chrome/test/webdriver/web_element_id.cc b/chrome/test/webdriver/web_element_id.cc
index 833cb270e425ef75e93aa61b763d639658f8e930..e0fb4123244046b3ab51da51ec85fed20f6df6e0 100644
--- a/chrome/test/webdriver/web_element_id.cc
+++ b/chrome/test/webdriver/web_element_id.cc
@@ -43,7 +43,7 @@ WebElementId::~WebElementId() {}
Value* WebElementId::ToValue() const {
CHECK(is_valid_);
if (id_.empty())
- return Value::CreateNullValue();
+ return base::NullValue();
DictionaryValue* element = new DictionaryValue();
element->SetString(kWebElementKey, id_);
return element;
« no previous file with comments | « chrome/test/webdriver/session.cc ('k') | chrome/tools/build/generate_policy_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698