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

Unified Diff: chrome/browser/chrome_plugin_browsing_context.h

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (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
« no previous file with comments | « chrome/browser/certificate_viewer.cc ('k') | chrome/browser/chrome_plugin_browsing_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_plugin_browsing_context.h
diff --git a/chrome/browser/chrome_plugin_browsing_context.h b/chrome/browser/chrome_plugin_browsing_context.h
index ef31262d28d95d4761511ef57d174a27561118aa..45d24f38827b65bbfe6ccc9d5ca22be5866de52d 100644
--- a/chrome/browser/chrome_plugin_browsing_context.h
+++ b/chrome/browser/chrome_plugin_browsing_context.h
@@ -23,7 +23,7 @@ class URLRequestContext;
// Note: This class should be used on the IO thread only.
class CPBrowsingContextManager : public NotificationObserver {
public:
- static CPBrowsingContextManager* Instance();
+ static CPBrowsingContextManager* GetInstance();
// Note: don't call these directly - use Instance() above. They are public
// so Singleton can access them.
« no previous file with comments | « chrome/browser/certificate_viewer.cc ('k') | chrome/browser/chrome_plugin_browsing_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698