Remove useless use of StringPrintf("%s", ...)
commit2b555b5dc03828343e6758ef1e7f84c54578e12a
authorricea <ricea@chromium.org>
Mon, 10 Aug 2015 15:41:28 +0000 (10 08:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 10 Aug 2015 15:42:40 +0000 (10 15:42 +0000)
tree9b7aa91d916d794421ce0eb2d9d79deb3d1f57d6
parent2491ebe09f5d01622b7581f888a011dcbdd0fc7c
Remove useless use of StringPrintf("%s", ...)

It is not necessary to use StringPrintf() to convert a C string to a
std::string, as std::string has a constructor which will perform the
conversion implicitly.

BUG=
TEST=compiled

Review URL: https://codereview.chromium.org/1280333002

Cr-Commit-Position: refs/heads/master@{#342624}
chromeos/network/network_state_handler.cc