summaryrefslogtreecommitdiffstats
path: root/chrome/browser/mach_broker_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/mach_broker_mac.cc')
-rw-r--r--chrome/browser/mach_broker_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/mach_broker_mac.cc b/chrome/browser/mach_broker_mac.cc
index 18bb546..b3afe94 100644
--- a/chrome/browser/mach_broker_mac.cc
+++ b/chrome/browser/mach_broker_mac.cc
@@ -121,7 +121,7 @@ class MachListenerThreadDelegate : public PlatformThread::Delegate {
};
// Returns the global MachBroker.
-MachBroker* MachBroker::instance() {
+MachBroker* MachBroker::GetInstance() {
return Singleton<MachBroker, LeakySingletonTraits<MachBroker> >::get();
}