Remove useless use of StringPrintf("%s", ...)
commit17f77bb0c7b250181708b77f09d095e01eeaedcc
authorricea <ricea@chromium.org>
Mon, 10 Aug 2015 16:53:15 +0000 (10 09:53 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 10 Aug 2015 16:53:48 +0000 (10 16:53 +0000)
treefa0a83e676c41a6f55582c997ca8ea67389c2a22
parent0a34fa65a3dc5b2bd1411273fab40cb34216f993
Remove useless use of StringPrintf("%s", ...)

std::string has a constructor which accepts a C string, so it is not
necessary to use StringPrintf() for this purpose.

BUG=
TEST=compile

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

Cr-Commit-Position: refs/heads/master@{#342636}
content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc