| Index: base/test/test_timeouts.cc
|
| diff --git a/base/test/test_timeouts.cc b/base/test/test_timeouts.cc
|
| index e8e4153ffa6991cee628dca3e0fa694143d41ffb..8f7f15a4b1290c33e4856f184554593e2d72d90b 100644
|
| --- a/base/test/test_timeouts.cc
|
| +++ b/base/test/test_timeouts.cc
|
| @@ -25,7 +25,9 @@ static const int kTimeoutMultiplier = 1;
|
| // 2) min_value.
|
| // 3) the numerical value given by switch_name on the command line multiplied
|
| // by kTimeoutMultiplier.
|
| -void InitializeTimeout(const char* switch_name, int min_value, int* value) {
|
| +void InitializeTimeout(const std::string& switch_name,
|
| + int min_value,
|
| + int* value) {
|
| DCHECK(value);
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
|
| std::string string_value(
|
|
|