| Index: chrome/installer/util/install_util.cc
|
| diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
|
| index e803834d63b5a203ef8e280a4b5874fd88ab38e9..8ff309cacc5b23bd5b42d7b96c2c30e2cf78da01 100644
|
| --- a/chrome/installer/util/install_util.cc
|
| +++ b/chrome/installer/util/install_util.cc
|
| @@ -173,7 +173,7 @@ bool InstallUtil::ExecuteExeAsAdmin(const CommandLine& cmd, DWORD* exit_code) {
|
| params = params.substr(program.length());
|
| }
|
|
|
| - TrimWhitespace(params, TRIM_ALL, ¶ms);
|
| + base::TrimWhitespace(params, base::TRIM_ALL, ¶ms);
|
|
|
| HWND uac_foreground_window = CreateUACForegroundWindow();
|
|
|
|
|