summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 05:38:53 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 05:38:53 +0000
commit30066396336ce1a7c2e391fd5561ce6756a28324 (patch)
tree4b7bce3aa0b70b6e4eb9bbfa5e1cfd0b3e5aa0b3 /chromeos
parent04bce56a880cbf13fe4652bc5fe1b8c01533cd21 (diff)
downloadchromium_src-30066396336ce1a7c2e391fd5561ce6756a28324.zip
chromium_src-30066396336ce1a7c2e391fd5561ce6756a28324.tar.gz
chromium_src-30066396336ce1a7c2e391fd5561ce6756a28324.tar.bz2
Cleanup: Remove std::string("") usage and fix lint errors.
TBR=oshima@chromium.org,stevenjb@chromium.org,bajones@chromium.org,rch@chromium.org Review URL: https://codereview.chromium.org/149573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/network/network_configuration_handler_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/network_configuration_handler_unittest.cc b/chromeos/network/network_configuration_handler_unittest.cc
index a217634..d1bd4be 100644
--- a/chromeos/network/network_configuration_handler_unittest.cc
+++ b/chromeos/network/network_configuration_handler_unittest.cc
@@ -359,7 +359,7 @@ TEST_F(NetworkConfigurationHandlerTest, CreateConfiguration) {
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();
}