| Index: chrome/browser/mach_broker_mac.h
|
| diff --git a/chrome/browser/mach_broker_mac.h b/chrome/browser/mach_broker_mac.h
|
| index 7b0257f4d6acd953f3d6167098833c9cfd7cf59d..2007055afc2b702f4d3e31c0feef40cbd1a62bf7 100644
|
| --- a/chrome/browser/mach_broker_mac.h
|
| +++ b/chrome/browser/mach_broker_mac.h
|
| @@ -36,7 +36,7 @@ class MachBroker : public base::ProcessMetrics::PortProvider,
|
| public NotificationObserver {
|
| public:
|
| // Returns the global MachBroker.
|
| - static MachBroker* instance();
|
| + static MachBroker* GetInstance();
|
|
|
| // Performs any necessary setup that cannot happen in the constructor.
|
| // Clients MUST call this method before fork()ing any children.
|
|
|