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

Unified Diff: base/test/values_test_util.h

Issue 2889163002: Remove raw DictionaryValue::Set in //components (Closed)
Patch Set: Nits Created 3 years, 7 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 | « no previous file | base/test/values_test_util.cc » ('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 e545660fbed318069b0a8dc834b2e54b33b6e37d..02ebca104d985ca4bee5e3c807cd5f5f632f0042 100644
--- a/base/test/values_test_util.h
+++ b/base/test/values_test_util.h
@@ -38,8 +38,7 @@ void ExpectDictStringValue(const std::string& expected_value,
const DictionaryValue& value,
const std::string& key);
-// Takes ownership of |actual|.
-void ExpectStringValue(const std::string& expected_str, Value* actual);
+void ExpectStringValue(const std::string& expected_str, const Value& actual);
namespace test {
« no previous file with comments | « no previous file | base/test/values_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698