| Index: win8/delegate_execute/delegate_execute_util.cc
|
| diff --git a/win8/delegate_execute/delegate_execute_util.cc b/win8/delegate_execute/delegate_execute_util.cc
|
| index c3097a2a5ac50805b91223c5f6663cb5f24b8247..78203ed4ec8da297b1405ae049a7c3a895a02f2c 100644
|
| --- a/win8/delegate_execute/delegate_execute_util.cc
|
| +++ b/win8/delegate_execute/delegate_execute_util.cc
|
| @@ -43,7 +43,7 @@ base::string16 ParametersFromSwitch(const char* a_switch) {
|
| cmd_line.AppendSwitch(a_switch);
|
|
|
| base::string16 command_string(cmd_line.GetCommandLineString());
|
| - TrimWhitespace(command_string, TRIM_ALL, &command_string);
|
| + base::TrimWhitespace(command_string, base::TRIM_ALL, &command_string);
|
| return command_string;
|
| }
|
|
|
|
|