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

Unified Diff: base/test/values_test_util.h

Issue 2516363005: Inline StringValue into base::Value (Closed)
Patch Set: Rebase and Nits. Created 3 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
« no previous file with comments | « base/json/json_parser.cc ('k') | base/value_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/values_test_util.h
diff --git a/base/test/values_test_util.h b/base/test/values_test_util.h
index 886c17dec5e3b170ad2a979792588bff25fe1e22..04af92e5ac9938485e18fa7b26201bb07af1291f 100644
--- a/base/test/values_test_util.h
+++ b/base/test/values_test_util.h
@@ -13,8 +13,8 @@
namespace base {
class DictionaryValue;
class ListValue;
-class StringValue;
class Value;
+using StringValue = Value;
// All the functions below expect that the value for the given key in
// the given dictionary equals the given expected value.
« no previous file with comments | « base/json/json_parser.cc ('k') | base/value_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698