diff options
Diffstat (limited to 'chrome/browser/mach_broker_mac.h')
-rw-r--r-- | chrome/browser/mach_broker_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/mach_broker_mac.h b/chrome/browser/mach_broker_mac.h index 7b0257f..2007055 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. |