Index: chrome/browser/remoting/remoting_setup_flow.cc |
diff --git a/chrome/browser/remoting/remoting_setup_flow.cc b/chrome/browser/remoting/remoting_setup_flow.cc |
index a517be31c4190897ce4e9f3299b0ba40432301d0..6255c50aa64a2a1125452d766f7fa06262898141 100644 |
--- a/chrome/browser/remoting/remoting_setup_flow.cc |
+++ b/chrome/browser/remoting/remoting_setup_flow.cc |
@@ -209,7 +209,7 @@ void RemotingSetupFlow::OnIssueAuthTokenSuccess(const std::string& service, |
// If we have already connected to the service process then submit the tokens |
// to it to register the host. |
process_control_ = |
- ServiceProcessControlManager::instance()->GetProcessControl(profile_); |
+ ServiceProcessControlManager::GetInstance()->GetProcessControl(profile_); |
if (process_control_->is_connected()) { |
// TODO(hclam): Need to figure out what to do when the service process is |