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

Unified Diff: net/log/file_net_log_observer_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 | « net/http/transport_security_state.cc ('k') | net/log/net_log_with_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/file_net_log_observer_unittest.cc
diff --git a/net/log/file_net_log_observer_unittest.cc b/net/log/file_net_log_observer_unittest.cc
index 66c61c147287655d1b3474fbcc7fbce0f9737b1d..84dcc98612ba549ce6e612e1485ad722d4524bf7 100644
--- a/net/log/file_net_log_observer_unittest.cc
+++ b/net/log/file_net_log_observer_unittest.cc
@@ -334,8 +334,7 @@ TEST_P(FileNetLogObserverTest, CustomConstants) {
TestClosure closure;
const char kConstantString[] = "awesome constant";
- std::unique_ptr<base::Value> constants(
- new base::StringValue(kConstantString));
+ std::unique_ptr<base::Value> constants(new base::Value(kConstantString));
CreateAndStartObserving(std::move(constants));
« no previous file with comments | « net/http/transport_security_state.cc ('k') | net/log/net_log_with_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698