Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1414)

Unified Diff: chrome/browser/mach_broker_mac.h

Issue 5734002: Continuation of CL 5685007, rename the singleton accessor method in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698