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

Unified Diff: ipc/ipc_message_utils_unittest.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « ipc/ipc_message_utils.cc ('k') | mojo/common/common_custom_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_utils_unittest.cc
diff --git a/ipc/ipc_message_utils_unittest.cc b/ipc/ipc_message_utils_unittest.cc
index dae86758dbe3a57e02f6eeb28cad4179d0cf5aaa..36b0dbddc4983de52ce15025fc31dc7fe8fe108a 100644
--- a/ipc/ipc_message_utils_unittest.cc
+++ b/ipc/ipc_message_utils_unittest.cc
@@ -99,7 +99,7 @@ TEST(IPCMessageUtilsTest, ValueSize) {
std::unique_ptr<base::DictionaryValue> value(new base::DictionaryValue);
value->SetWithoutPathExpansion("foo", new base::Value(42));
value->SetWithoutPathExpansion("bar", new base::Value(3.14));
- value->SetWithoutPathExpansion("baz", new base::StringValue("hello"));
+ value->SetWithoutPathExpansion("baz", new base::Value("hello"));
value->SetWithoutPathExpansion("qux", base::Value::CreateNullValue());
std::unique_ptr<base::DictionaryValue> nested_dict(new base::DictionaryValue);
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | mojo/common/common_custom_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698