summaryrefslogtreecommitdiff
path: root/src/components/utils/test/file_system_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/test/file_system_test.cc')
-rw-r--r--src/components/utils/test/file_system_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/utils/test/file_system_test.cc b/src/components/utils/test/file_system_test.cc
index a94392f81c..9d4e943df6 100644
--- a/src/components/utils/test/file_system_test.cc
+++ b/src/components/utils/test/file_system_test.cc
@@ -47,8 +47,8 @@ typedef std::vector<std::string> StringArray;
using namespace file_system;
namespace {
-StringArray MergeStringsToArray(const std::string& first,
- const std::string& second) {
+StringArray MergeStringsToArray(const std::string first,
+ const std::string second) {
StringArray array_of_strings;
array_of_strings.reserve(2);