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

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

Issue 6248026: Rename Real* to Double* in values.* and dependent files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More renames Created 9 years, 11 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
Index: chrome/test/webdriver/utility_functions.cc
diff --git a/chrome/test/webdriver/utility_functions.cc b/chrome/test/webdriver/utility_functions.cc
index 54e5ae8edb312e15d03dae30cafb8222a61d0f37..4d6975f2ef2b73d7bcc18d799db68e682b32fc30 100644
--- a/chrome/test/webdriver/utility_functions.cc
+++ b/chrome/test/webdriver/utility_functions.cc
@@ -35,8 +35,8 @@ std::wstring print_valuetype(Value::ValueType e) {
return L"BOOL";
case Value::TYPE_INTEGER:
return L"INT";
- case Value::TYPE_REAL:
- return L"REAL";
+ case Value::TYPE_DOUBLE:
+ return L"DOUBLE";
case Value::TYPE_STRING:
return L"STRING";
case Value::TYPE_BINARY:

Powered by Google App Engine
This is Rietveld 408576698