| Index: chrome/browser/service/service_process_control.h
|
| diff --git a/chrome/browser/service/service_process_control.h b/chrome/browser/service/service_process_control.h
|
| index c6d8dd5c866ab4522031bfc6c1df0119e9b4b147..51929da8375140c1f2b99cfd7482ee80ceae6426 100644
|
| --- a/chrome/browser/service/service_process_control.h
|
| +++ b/chrome/browser/service/service_process_control.h
|
| @@ -51,7 +51,7 @@ class ServiceProcessControl : public IPC::Channel::Sender,
|
|
|
| // Return true if this object is connected to the service.
|
| // Virtual for testing.
|
| - virtual bool is_connected() const;
|
| + virtual bool IsConnected() const;
|
|
|
| // If no service process is currently running, creates a new service process
|
| // and connects to it. If a service process is already running this method
|
|
|