| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 82c2ac2cba24fafeff8b1340d2af8b1b11fa7e82..d5b6d7f4adf375c8c70550136b457c89df8c06f1 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -1598,8 +1598,9 @@ int BrowserMain(const MainFunctionParams& parameters) {
|
| // TODO(hclam): Need to check for cloud print proxy too.
|
| if (parsed_command_line.HasSwitch(switches::kEnableRemoting)) {
|
| if (user_prefs->GetBoolean(prefs::kRemotingHasSetupCompleted)) {
|
| - ServiceProcessControl* control = ServiceProcessControlManager::instance()
|
| - ->GetProcessControl(profile);
|
| + ServiceProcessControl* control =
|
| + ServiceProcessControlManager::GetInstance()->GetProcessControl(
|
| + profile);
|
| control->Launch(NULL, NULL);
|
| }
|
| }
|
|
|