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

Unified Diff: chrome/test/webdriver/commands/appcache_status_command.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
Index: chrome/test/webdriver/commands/appcache_status_command.cc
diff --git a/chrome/test/webdriver/commands/appcache_status_command.cc b/chrome/test/webdriver/commands/appcache_status_command.cc
index b943ec4c30c792f1711a280dbee7815d883fabe1..3bd2e4c25e126ddc468128523ac0aba7dddf7b16 100644
--- a/chrome/test/webdriver/commands/appcache_status_command.cc
+++ b/chrome/test/webdriver/commands/appcache_status_command.cc
@@ -30,7 +30,7 @@ void AppCacheStatusCommand::ExecuteGet(Response* const response) {
response->SetError(error);
return;
}
- response->SetValue(new base::FundamentalValue(status));
+ response->SetValue(base::NumberValue::New(status));
}
} // namespace webdriver
« no previous file with comments | « chrome/test/webdriver/commands/alert_commands.cc ('k') | chrome/test/webdriver/commands/browser_connection_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698