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

Unified Diff: content/browser/webui/web_ui_message_handler_unittest.cc

Issue 108603005: Update uses of Value in chromeos/, cloud_print/, components/, content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « content/browser/webui/web_ui_message_handler.cc ('k') | content/common/font_list_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui_message_handler_unittest.cc
diff --git a/content/browser/webui/web_ui_message_handler_unittest.cc b/content/browser/webui/web_ui_message_handler_unittest.cc
index 33cdb61fb11fa421698190ca4dd2c3a5c362af3c..fe09a7be5e663011e0d6d67074b905f5fac70ddd 100644
--- a/content/browser/webui/web_ui_message_handler_unittest.cc
+++ b/content/browser/webui/web_ui_message_handler_unittest.cc
@@ -12,7 +12,7 @@
namespace content {
TEST(WebUIMessageHandlerTest, ExtractIntegerValue) {
- ListValue list;
+ base::ListValue list;
int value, zero_value = 0, neg_value = -1234, pos_value = 1234;
base::string16 zero_string(UTF8ToUTF16("0"));
base::string16 neg_string(UTF8ToUTF16("-1234"));
« no previous file with comments | « content/browser/webui/web_ui_message_handler.cc ('k') | content/common/font_list_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698