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

Unified Diff: net/socket/deterministic_socket_data_unittest.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 years, 8 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/socket/client_socket_pool_base_unittest.cc ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/deterministic_socket_data_unittest.cc
diff --git a/net/socket/deterministic_socket_data_unittest.cc b/net/socket/deterministic_socket_data_unittest.cc
index a007e3617aaa089cf2e2f35c1cd11d259c71d538..aea81603f9bce77f9032c5a270fdf567b9b630ae 100644
--- a/net/socket/deterministic_socket_data_unittest.cc
+++ b/net/socket/deterministic_socket_data_unittest.cc
@@ -77,9 +77,8 @@ DeterministicSocketDataTest::DeterministicSocketDataTest()
false,
false,
OnHostResolutionCallback())),
- histograms_(""),
- socket_pool_(10, 10, &histograms_, &socket_factory_) {
-}
+ histograms_(std::string()),
+ socket_pool_(10, 10, &histograms_, &socket_factory_) {}
void DeterministicSocketDataTest::TearDown() {
// Empty the current queue.
« no previous file with comments | « net/socket/client_socket_pool_base_unittest.cc ('k') | net/socket/ssl_client_socket_pool_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698