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