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

Unified Diff: chromeos/network/network_configuration_handler_unittest.cc

Issue 149573004: Cleanup: Remove std::string("") usage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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
Index: chromeos/network/network_configuration_handler_unittest.cc
===================================================================
--- chromeos/network/network_configuration_handler_unittest.cc (revision 247534)
+++ chromeos/network/network_configuration_handler_unittest.cc (working copy)
@@ -359,7 +359,7 @@
network_configuration_handler_->CreateConfiguration(
value,
base::Bind(&StringResultCallback, std::string("/service/2")),
- base::Bind(&ErrorCallback, false, std::string("")));
+ base::Bind(&ErrorCallback, false, std::string()));
message_loop_.RunUntilIdle();
}
« no previous file with comments | « chrome/browser/chromeos/system/syslogs_provider.cc ('k') | gpu/command_buffer/common/debug_marker_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698