| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index 3dd86995152e4223efae9872e71ec539f85f8b22..e4ee42b33a3efb2deabf51bbd222e8b4a36df446 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -105,7 +105,7 @@ int GetDirectoryWriteAgeInHours(const wchar_t* path) {
|
| // Launches again this same process with a single switch --|flag|=|value|.
|
| // Does not wait for the process to terminate.
|
| bool RelaunchSetup(const std::wstring& flag, int value) {
|
| - CommandLine cmd_line(CommandLine::ForCurrentProcess()->program());
|
| + CommandLine cmd_line(CommandLine::ForCurrentProcess()->GetProgram());
|
| // TODO: make switches into ASCII.
|
| cmd_line.AppendSwitchWithValue(WideToASCII(flag), IntToWString(value));
|
| return base::LaunchApp(cmd_line, false, false, NULL);
|
|
|